Html Css Color HEX #A88702 Dark Goldenrod

📋 copy color: '#A88702'

red 168 ◦ green 135 ◦ blue 2

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

Shades of Dark Goldenrod #A88702

Tints of Dark Goldenrod #A88702

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.26%

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

R = 55.08%
G = 44.26%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A88702 (or 0xA88702) is known color: Dark Goldenrod. HEX triplet: A8, 87 and 02. RGB value is (168,135,2). Sum of RGB (Red+Green+Blue) = 168+135+2=305 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.08% from 305); Green value is 135 (53.12% from 255 or 44.26% from 305); Blue value is 2 (1.17% from 255 or 0.66% from 305); Max value from RGB is 168 - color contains mainly: red. Hex color #A88702 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88702 is #5778FD. Grayscale: #828282. Windows color (decimal): -5732606 or 165800. OLE color: 165800.

HSL color Cylindrical-coordinate representation of color #A88702: hue angle of 48.07º 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 #A88702 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 135 2 -
CMYK 0 0.20 0.99 0.34
HSL 48.07º 0.98% 0.33% -
HSV(B) 48.07º 0.99% 0.66% -
XYZ 24.82 25.66 3.7 -
YUV 129.71 55.93 155.31 -
System Red Green Blue C M Y K H S L
Decimal 168 135 2 0 0.20 0.99 0.34 48.07 0.98 0.33
Hex A8 87 2 0 14 63 22 30 62 21
Octal 250 207 2 0 24 143 42 60 142 41
Binary 10101000 10000111 10 0 10100 1100011 100010 110000 1100010 100001

Color Harmonies of #A88702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88702

Black with #A88702

Text Example


Text Example

White with #A88702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88702; }

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

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

background-color css

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

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

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

border-color css

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

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

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