Html Css Color HEX #A37402 Golden Brown

📋 copy color: '#A37402'

red 163 ◦ green 116 ◦ blue 2

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

Shades of Golden Brown #A37402

Tints of Golden Brown #A37402

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.28%

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

R = 58.01%
G = 41.28%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A37402 (or 0xA37402) is known color: Golden Brown. HEX triplet: A3, 74 and 02. RGB value is (163,116,2). Sum of RGB (Red+Green+Blue) = 163+116+2=281 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.01% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 2 (1.17% from 255 or 0.71% from 281); Max value from RGB is 163 - color contains mainly: red. Hex color #A37402 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37402 is #5C8BFD. Grayscale: #757575. Windows color (decimal): -6065150 or 160931. OLE color: 160931.

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

Color convert

RGB 163 116 2 -
CMYK 0 0.29 0.99 0.36
HSL 42.48º 0.98% 0.32% -
HSV(B) 42.48º 0.99% 0.64% -
XYZ 21.36 20.28 2.85 -
YUV 117.06 63.07 160.77 -
System Red Green Blue C M Y K H S L
Decimal 163 116 2 0 0.29 0.99 0.36 42.48 0.98 0.32
Hex A3 74 2 0 1D 63 24 2A 62 20
Octal 243 164 2 0 35 143 44 52 142 40
Binary 10100011 1110100 10 0 11101 1100011 100100 101010 1100010 100000

Color Harmonies of #A37402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37402

Black with #A37402

Text Example


Text Example

White with #A37402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37402; }

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

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

background-color css

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

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

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

border-color css

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

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

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