Html Css Color HEX #A27A08 Dark Goldenrod

📋 copy color: '#A27A08'

red 162 ◦ green 122 ◦ blue 8

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

Shades of Dark Goldenrod #A27A08

Tints of Dark Goldenrod #A27A08

RGB

 RED value IS 162 (63.67% from 255) = 55.48%

 GREEN value IS 122 (48.05% from 255) = 41.78%

 BLUE value IS 8 (3.52% from 255) = 2.74%

R = 55.48%
G = 41.78%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A27A08 (or 0xA27A08) is known color: Dark Goldenrod. HEX triplet: A2, 7A and 08. RGB value is (162,122,8). Sum of RGB (Red+Green+Blue) = 162+122+8=292 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.48% from 292); Green value is 122 (48.05% from 255 or 41.78% from 292); Blue value is 8 (3.52% from 255 or 2.74% from 292); Max value from RGB is 162 - color contains mainly: red. Hex color #A27A08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27A08 is #5D85F7. Grayscale: #797979. Windows color (decimal): -6129144 or 555682. OLE color: 555682.

HSL color Cylindrical-coordinate representation of color #A27A08: hue angle of 44.42º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A27A08 is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 122 8 -
CMYK 0 0.25 0.95 0.36
HSL 44.42º 0.91% 0.33% -
HSV(B) 44.42º 0.95% 0.64% -
XYZ 21.9 21.62 3.25 -
YUV 120.96 64.25 157.27 -
System Red Green Blue C M Y K H S L
Decimal 162 122 8 0 0.25 0.95 0.36 44.42 0.91 0.33
Hex A2 7A 8 0 19 5F 24 2C 5B 21
Octal 242 172 10 0 31 137 44 54 133 41
Binary 10100010 1111010 1000 0 11001 1011111 100100 101100 1011011 100001

Color Harmonies of #A27A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27A08

Black with #A27A08

Text Example


Text Example

White with #A27A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27A08; }

 p { color: rgb(162,122,8); }

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

background-color css

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

 a { background-color: rgb(162,122,8); }

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

border-color css

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

 span { border-color: rgb(162,122,8); }

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