Html Css Color HEX #A27702 Dark Goldenrod

📋 copy color: '#A27702'

red 162 ◦ green 119 ◦ blue 2

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

Shades of Dark Goldenrod #A27702

Tints of Dark Goldenrod #A27702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.71%

R = 57.24%
G = 42.05%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A27702 (or 0xA27702) is known color: Dark Goldenrod. HEX triplet: A2, 77 and 02. RGB value is (162,119,2). Sum of RGB (Red+Green+Blue) = 162+119+2=283 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.24% from 283); Green value is 119 (46.88% from 255 or 42.05% from 283); Blue value is 2 (1.17% from 255 or 0.71% from 283); Max value from RGB is 162 - color contains mainly: red. Hex color #A27702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27702 is #5D88FD. Grayscale: #777777. Windows color (decimal): -6129918 or 161698. OLE color: 161698.

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

Color convert

RGB 162 119 2 -
CMYK 0 0.27 0.99 0.36
HSL 43.88º 0.98% 0.32% -
HSV(B) 43.88º 0.99% 0.64% -
XYZ 21.51 20.88 2.95 -
YUV 118.52 62.25 159.01 -
System Red Green Blue C M Y K H S L
Decimal 162 119 2 0 0.27 0.99 0.36 43.88 0.98 0.32
Hex A2 77 2 0 1B 63 24 2C 62 20
Octal 242 167 2 0 33 143 44 54 142 40
Binary 10100010 1110111 10 0 11011 1100011 100100 101100 1100010 100000

Color Harmonies of #A27702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27702

Black with #A27702

Text Example


Text Example

White with #A27702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27702; }

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

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

background-color css

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

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

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

border-color css

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

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

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