Html Css Color HEX #A88A07 Dark Goldenrod

📋 copy color: '#A88A07'

red 168 ◦ green 138 ◦ blue 7

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

Shades of Dark Goldenrod #A88A07

Tints of Dark Goldenrod #A88A07

RGB

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

 GREEN value IS 138 (54.3% from 255) = 44.09%

 BLUE value IS 7 (3.13% from 255) = 2.24%

R = 53.67%
G = 44.09%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.96

 K value IS 0.34

RGB Variations

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

Color information

#A88A07 (or 0xA88A07) is known color: Dark Goldenrod. HEX triplet: A8, 8A and 07. RGB value is (168,138,7). Sum of RGB (Red+Green+Blue) = 168+138+7=313 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.67% from 313); Green value is 138 (54.30% from 255 or 44.09% from 313); Blue value is 7 (3.12% from 255 or 2.24% from 313); Max value from RGB is 168 - color contains mainly: red. Hex color #A88A07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88A07 is #5775F8. Grayscale: #848484. Windows color (decimal): -5731833 or 494248. OLE color: 494248.

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

Color convert

RGB 168 138 7 -
CMYK 0 0.18 0.96 0.34
HSL 48.82º 0.92% 0.34% -
HSV(B) 48.82º 0.96% 0.66% -
XYZ 25.28 26.52 3.99 -
YUV 132.04 57.44 153.65 -
System Red Green Blue C M Y K H S L
Decimal 168 138 7 0 0.18 0.96 0.34 48.82 0.92 0.34
Hex A8 8A 7 0 12 60 22 31 5C 22
Octal 250 212 7 0 22 140 42 61 134 42
Binary 10101000 10001010 111 0 10010 1100000 100010 110001 1011100 100010

Color Harmonies of #A88A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88A07

Black with #A88A07

Text Example


Text Example

White with #A88A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88A07; }

 p { color: rgb(168,138,7); }

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

background-color css

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

 a { background-color: rgb(168,138,7); }

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

border-color css

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

 span { border-color: rgb(168,138,7); }

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