Html Css Color HEX #A27800 Dark Goldenrod

📋 copy color: '#A27800'

red 162 ◦ green 120 ◦ blue 0

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

Shades of Dark Goldenrod #A27800

Tints of Dark Goldenrod #A27800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.45%
G = 42.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A27800 (or 0xA27800) is known color: Dark Goldenrod. HEX triplet: A2, 78 and 00. RGB value is (162,120,0). Sum of RGB (Red+Green+Blue) = 162+120+0=282 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.45% from 282); Green value is 120 (47.27% from 255 or 42.55% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 162 - color contains mainly: red. Hex color #A27800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27800 is #5D87FF. Grayscale: #777777. Windows color (decimal): -6129664 or 30882. OLE color: 30882.

HSL color Cylindrical-coordinate representation of color #A27800: hue angle of 44.44º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A27800 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 120 0 -
CMYK 0 0.26 1 0.36
HSL 44.44º 1% 0.32% -
HSV(B) 44.44º 1% 0.64% -
XYZ 21.62 21.11 2.94 -
YUV 118.88 60.91 158.76 -
System Red Green Blue C M Y K H S L
Decimal 162 120 0 0 0.26 1 0.36 44.44 1 0.32
Hex A2 78 0 0 1A 64 24 2C 64 20
Octal 242 170 0 0 32 144 44 54 144 40
Binary 10100010 1111000 0 0 11010 1100100 100100 101100 1100100 100000

Color Harmonies of #A27800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27800

Black with #A27800

Text Example


Text Example

White with #A27800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27800; }

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

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

background-color css

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

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

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

border-color css

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

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

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