Html Css Color HEX #A28C03 Dark Goldenrod

📋 copy color: '#A28C03'

red 162 ◦ green 140 ◦ blue 3

#A28C03
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #A28C03

Tints of Dark Goldenrod #A28C03

RGB

 RED value IS 162 (63.67% from 255) = 53.11%

 GREEN value IS 140 (55.08% from 255) = 45.9%

 BLUE value IS 3 (1.56% from 255) = 0.98%

R = 53.11%
G = 45.9%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0.36

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A28C03 (or 0xA28C03) is known color: Dark Goldenrod. HEX triplet: A2, 8C and 03. RGB value is (162,140,3). Sum of RGB (Red+Green+Blue) = 162+140+3=305 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.11% from 305); Green value is 140 (55.08% from 255 or 45.90% from 305); Blue value is 3 (1.56% from 255 or 0.98% from 305); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28C03 is #5D73FC. Grayscale: #838383. Windows color (decimal): -6124541 or 232610. OLE color: 232610.

HSL color Cylindrical-coordinate representation of color #A28C03: hue angle of 51.7º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A28C03 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 140 3 -
CMYK 0 0.14 0.98 0.36
HSL 51.7º 0.96% 0.32% -
HSV(B) 51.7º 0.98% 0.64% -
XYZ 24.29 26.44 3.91 -
YUV 130.96 55.79 150.14 -
System Red Green Blue C M Y K H S L
Decimal 162 140 3 0 0.14 0.98 0.36 51.7 0.96 0.32
Hex A2 8C 3 0 E 62 24 34 60 20
Octal 242 214 3 0 16 142 44 64 140 40
Binary 10100010 10001100 11 0 1110 1100010 100100 110100 1100000 100000

Color Harmonies of #A28C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28C03

Black with #A28C03

Text Example


Text Example

White with #A28C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28C03; }

 p { color: rgb(162,140,3); }

 H1.HeaderClassName
 {
   color: #A28C03;
 }
 .AnyTagClassName
 {
   color: #A28C03;
 }
</style>

background-color css

<style>
 a { background-color: #A28C03; }

 a { background-color: rgb(162,140,3); }

 div.DivClassName
 {
   background-color: #A28C03;
 }
 .BgClassName
 {
   background-color: #A28C03;
 }
</style>

border-color css

<style>
 span { border-color: #A28C03; }

 span { border-color: rgb(162,140,3); }

 td.TdClassName
 {
   border-color: #A28C03;
 }
 .TagClassName
 {
   border-color: #A28C03;
 }
</style>