Html Css Color HEX #A27302 Golden Brown

📋 copy color: '#A27302'

red 162 ◦ green 115 ◦ blue 2

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

Shades of Golden Brown #A27302

Tints of Golden Brown #A27302

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.22%

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

R = 58.06%
G = 41.22%
B = 0.72%

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

#A27302 (or 0xA27302) is known color: Golden Brown. HEX triplet: A2, 73 and 02. RGB value is (162,115,2). Sum of RGB (Red+Green+Blue) = 162+115+2=279 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.06% from 279); Green value is 115 (45.31% from 255 or 41.22% from 279); Blue value is 2 (1.17% from 255 or 0.72% from 279); Max value from RGB is 162 - color contains mainly: red. Hex color #A27302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27302 is #5D8CFD. Grayscale: #747474. Windows color (decimal): -6130942 or 160674. OLE color: 160674.

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

Color convert

RGB 162 115 2 -
CMYK 0 0.29 0.99 0.36
HSL 42.38º 0.98% 0.32% -
HSV(B) 42.38º 0.99% 0.64% -
XYZ 21.04 19.95 2.8 -
YUV 116.17 63.57 160.69 -
System Red Green Blue C M Y K H S L
Decimal 162 115 2 0 0.29 0.99 0.36 42.38 0.98 0.32
Hex A2 73 2 0 1D 63 24 2A 62 20
Octal 242 163 2 0 35 143 44 52 142 40
Binary 10100010 1110011 10 0 11101 1100011 100100 101010 1100010 100000

Color Harmonies of #A27302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27302

Black with #A27302

Text Example


Text Example

White with #A27302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27302; }

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

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

background-color css

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

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

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

border-color css

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

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

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