Html Css Color HEX #A88B02 Dark Goldenrod

📋 copy color: '#A88B02'

red 168 ◦ green 139 ◦ blue 2

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

Shades of Dark Goldenrod #A88B02

Tints of Dark Goldenrod #A88B02

RGB

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

 GREEN value IS 139 (54.69% from 255) = 44.98%

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

R = 54.37%
G = 44.98%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A88B02 (or 0xA88B02) is known color: Dark Goldenrod. HEX triplet: A8, 8B and 02. RGB value is (168,139,2). Sum of RGB (Red+Green+Blue) = 168+139+2=309 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.37% from 309); Green value is 139 (54.69% from 255 or 44.98% from 309); Blue value is 2 (1.17% from 255 or 0.65% from 309); Max value from RGB is 168 - color contains mainly: red. Hex color #A88B02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88B02 is #5774FD. Grayscale: #848484. Windows color (decimal): -5731582 or 166824. OLE color: 166824.

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

Color convert

RGB 168 139 2 -
CMYK 0 0.17 0.99 0.34
HSL 49.52º 0.98% 0.33% -
HSV(B) 49.52º 0.99% 0.66% -
XYZ 25.39 26.79 3.89 -
YUV 132.05 54.61 153.64 -
System Red Green Blue C M Y K H S L
Decimal 168 139 2 0 0.17 0.99 0.34 49.52 0.98 0.33
Hex A8 8B 2 0 11 63 22 32 62 21
Octal 250 213 2 0 21 143 42 62 142 41
Binary 10101000 10001011 10 0 10001 1100011 100010 110010 1100010 100001

Color Harmonies of #A88B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88B02

Black with #A88B02

Text Example


Text Example

White with #A88B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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