Html Css Color HEX #A88902 Dark Goldenrod

📋 copy color: '#A88902'

red 168 ◦ green 137 ◦ blue 2

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

Shades of Dark Goldenrod #A88902

Tints of Dark Goldenrod #A88902

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.63%

 BLUE value IS 2 (1.17% from 255) = 0.65%

R = 54.72%
G = 44.63%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A88902 (or 0xA88902) is known color: Dark Goldenrod. HEX triplet: A8, 89 and 02. RGB value is (168,137,2). Sum of RGB (Red+Green+Blue) = 168+137+2=307 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.72% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 2 (1.17% from 255 or 0.65% from 307); Max value from RGB is 168 - color contains mainly: red. Hex color #A88902 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88902 is #5776FD. Grayscale: #838383. Windows color (decimal): -5732094 or 166312. OLE color: 166312.

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

Color convert

RGB 168 137 2 -
CMYK 0 0.18 0.99 0.34
HSL 48.8º 0.98% 0.33% -
HSV(B) 48.8º 0.99% 0.66% -
XYZ 25.11 26.22 3.8 -
YUV 130.88 55.27 154.48 -
System Red Green Blue C M Y K H S L
Decimal 168 137 2 0 0.18 0.99 0.34 48.8 0.98 0.33
Hex A8 89 2 0 12 63 22 31 62 21
Octal 250 211 2 0 22 143 42 61 142 41
Binary 10101000 10001001 10 0 10010 1100011 100010 110001 1100010 100001

Color Harmonies of #A88902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88902

Black with #A88902

Text Example


Text Example

White with #A88902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88902; }

 p { color: rgb(168,137,2); }

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

background-color css

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

 a { background-color: rgb(168,137,2); }

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

border-color css

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

 span { border-color: rgb(168,137,2); }

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