Html Css Color HEX #A27700 Dark Goldenrod

📋 copy color: '#A27700'

red 162 ◦ green 119 ◦ blue 0

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

Shades of Dark Goldenrod #A27700

Tints of Dark Goldenrod #A27700

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.35%

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

R = 57.65%
G = 42.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A27700 (or 0xA27700) is known color: Dark Goldenrod. HEX triplet: A2, 77 and 00. RGB value is (162,119,0). Sum of RGB (Red+Green+Blue) = 162+119+0=281 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.65% from 281); Green value is 119 (46.88% from 255 or 42.35% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 162 - color contains mainly: red. Hex color #A27700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27700 is #5D88FF. Grayscale: #767676. Windows color (decimal): -6129920 or 30626. OLE color: 30626.

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

Color convert

RGB 162 119 0 -
CMYK 0 0.27 1 0.36
HSL 44.07º 1% 0.32% -
HSV(B) 44.07º 1% 0.64% -
XYZ 21.5 20.88 2.9 -
YUV 118.29 61.25 159.18 -
System Red Green Blue C M Y K H S L
Decimal 162 119 0 0 0.27 1 0.36 44.07 1 0.32
Hex A2 77 0 0 1B 64 24 2C 64 20
Octal 242 167 0 0 33 144 44 54 144 40
Binary 10100010 1110111 0 0 11011 1100100 100100 101100 1100100 100000

Color Harmonies of #A27700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27700

Black with #A27700

Text Example


Text Example

White with #A27700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27700; }

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

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

background-color css

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

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

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

border-color css

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

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

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