Html Css Color HEX #A88603 Dark Goldenrod

📋 copy color: '#A88603'

red 168 ◦ green 134 ◦ blue 3

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

Shades of Dark Goldenrod #A88603

Tints of Dark Goldenrod #A88603

RGB

 RED value IS 168 (66.02% from 255) = 55.08%

 GREEN value IS 134 (52.73% from 255) = 43.93%

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

R = 55.08%
G = 43.93%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.98

 K value IS 0.34

RGB Variations

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

Color information

#A88603 (or 0xA88603) is known color: Dark Goldenrod. HEX triplet: A8, 86 and 03. RGB value is (168,134,3). Sum of RGB (Red+Green+Blue) = 168+134+3=305 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.08% from 305); Green value is 134 (52.73% from 255 or 43.93% from 305); Blue value is 3 (1.56% from 255 or 0.98% from 305); Max value from RGB is 168 - color contains mainly: red. Hex color #A88603 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88603 is #5779FC. Grayscale: #818181. Windows color (decimal): -5732861 or 231080. OLE color: 231080.

HSL color Cylindrical-coordinate representation of color #A88603: hue angle of 47.64º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A88603 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 134 3 -
CMYK 0 0.20 0.98 0.34
HSL 47.64º 0.96% 0.34% -
HSV(B) 47.64º 0.98% 0.66% -
XYZ 24.69 25.38 3.68 -
YUV 129.23 56.76 155.65 -
System Red Green Blue C M Y K H S L
Decimal 168 134 3 0 0.20 0.98 0.34 47.64 0.96 0.34
Hex A8 86 3 0 14 62 22 30 60 22
Octal 250 206 3 0 24 142 42 60 140 42
Binary 10101000 10000110 11 0 10100 1100010 100010 110000 1100000 100010

Color Harmonies of #A88603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88603

Black with #A88603

Text Example


Text Example

White with #A88603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88603; }

 p { color: rgb(168,134,3); }

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

background-color css

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

 a { background-color: rgb(168,134,3); }

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

border-color css

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

 span { border-color: rgb(168,134,3); }

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