Html Css Color HEX #A27808 Dark Goldenrod

📋 copy color: '#A27808'

red 162 ◦ green 120 ◦ blue 8

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

Shades of Dark Goldenrod #A27808

Tints of Dark Goldenrod #A27808

RGB

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

 GREEN value IS 120 (47.27% from 255) = 41.38%

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

R = 55.86%
G = 41.38%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A27808 (or 0xA27808) is known color: Dark Goldenrod. HEX triplet: A2, 78 and 08. RGB value is (162,120,8). Sum of RGB (Red+Green+Blue) = 162+120+8=290 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.86% from 290); Green value is 120 (47.27% from 255 or 41.38% from 290); Blue value is 8 (3.52% from 255 or 2.76% from 290); Max value from RGB is 162 - color contains mainly: red. Hex color #A27808 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27808 is #5D87F7. Grayscale: #787878. Windows color (decimal): -6129656 or 555170. OLE color: 555170.

HSL color Cylindrical-coordinate representation of color #A27808: hue angle of 43.64º 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 #A27808 is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 120 8 -
CMYK 0 0.26 0.95 0.36
HSL 43.64º 0.91% 0.33% -
HSV(B) 43.64º 0.95% 0.64% -
XYZ 21.66 21.13 3.17 -
YUV 119.79 64.91 158.11 -
System Red Green Blue C M Y K H S L
Decimal 162 120 8 0 0.26 0.95 0.36 43.64 0.91 0.33
Hex A2 78 8 0 1A 5F 24 2C 5B 21
Octal 242 170 10 0 32 137 44 54 133 41
Binary 10100010 1111000 1000 0 11010 1011111 100100 101100 1011011 100001

Color Harmonies of #A27808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27808

Black with #A27808

Text Example


Text Example

White with #A27808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27808; }

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

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

background-color css

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

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

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

border-color css

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

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

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