Html Css Color HEX #A37702 Dark Goldenrod

📋 copy color: '#A37702'

red 163 ◦ green 119 ◦ blue 2

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

Shades of Dark Goldenrod #A37702

Tints of Dark Goldenrod #A37702

RGB

 RED value IS 163 (64.06% from 255) = 57.39%

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

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

R = 57.39%
G = 41.9%
B = 0.7%

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

#A37702 (or 0xA37702) is known color: Dark Goldenrod. HEX triplet: A3, 77 and 02. RGB value is (163,119,2). Sum of RGB (Red+Green+Blue) = 163+119+2=284 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.39% from 284); Green value is 119 (46.88% from 255 or 41.90% from 284); Blue value is 2 (1.17% from 255 or 0.70% from 284); Max value from RGB is 163 - color contains mainly: red. Hex color #A37702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37702 is #5C88FD. Grayscale: #777777. Windows color (decimal): -6064382 or 161699. OLE color: 161699.

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

Color convert

RGB 163 119 2 -
CMYK 0 0.27 0.99 0.36
HSL 43.6º 0.98% 0.32% -
HSV(B) 43.6º 0.99% 0.64% -
XYZ 21.71 20.98 2.96 -
YUV 118.82 62.08 159.51 -
System Red Green Blue C M Y K H S L
Decimal 163 119 2 0 0.27 0.99 0.36 43.6 0.98 0.32
Hex A3 77 2 0 1B 63 24 2C 62 20
Octal 243 167 2 0 33 143 44 54 142 40
Binary 10100011 1110111 10 0 11011 1100011 100100 101100 1100010 100000

Color Harmonies of #A37702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37702

Black with #A37702

Text Example


Text Example

White with #A37702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37702; }

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

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

background-color css

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

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

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

border-color css

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

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

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