Html Css Color HEX #A07502 Golden Brown

📋 copy color: '#A07502'

red 160 ◦ green 117 ◦ blue 2

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

Shades of Golden Brown #A07502

Tints of Golden Brown #A07502

RGB

 RED value IS 160 (62.89% from 255) = 57.35%

 GREEN value IS 117 (46.09% from 255) = 41.94%

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

R = 57.35%
G = 41.94%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A07502 (or 0xA07502) is known color: Golden Brown. HEX triplet: A0, 75 and 02. RGB value is (160,117,2). Sum of RGB (Red+Green+Blue) = 160+117+2=279 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.35% from 279); Green value is 117 (46.09% from 255 or 41.94% from 279); Blue value is 2 (1.17% from 255 or 0.72% from 279); Max value from RGB is 160 - color contains mainly: red. Hex color #A07502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07502 is #5F8AFD. Grayscale: #757575. Windows color (decimal): -6261502 or 161184. OLE color: 161184.

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

Color convert

RGB 160 117 2 -
CMYK 0 0.27 0.99 0.37
HSL 43.67º 0.98% 0.32% -
HSV(B) 43.67º 0.99% 0.63% -
XYZ 20.87 20.2 2.86 -
YUV 116.75 63.25 158.85 -
System Red Green Blue C M Y K H S L
Decimal 160 117 2 0 0.27 0.99 0.37 43.67 0.98 0.32
Hex A0 75 2 0 1B 63 25 2C 62 20
Octal 240 165 2 0 33 143 45 54 142 40
Binary 10100000 1110101 10 0 11011 1100011 100101 101100 1100010 100000

Color Harmonies of #A07502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07502

Black with #A07502

Text Example


Text Example

White with #A07502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07502; }

 p { color: rgb(160,117,2); }

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

background-color css

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

 a { background-color: rgb(160,117,2); }

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

border-color css

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

 span { border-color: rgb(160,117,2); }

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