Html Css Color HEX #A07309 Golden Brown

📋 copy color: '#A07309'

red 160 ◦ green 115 ◦ blue 9

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

Shades of Golden Brown #A07309

Tints of Golden Brown #A07309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.17%

R = 56.34%
G = 40.49%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A07309 (or 0xA07309) is known color: Golden Brown. HEX triplet: A0, 73 and 09. RGB value is (160,115,9). Sum of RGB (Red+Green+Blue) = 160+115+9=284 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.34% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 9 (3.91% from 255 or 3.17% from 284); Max value from RGB is 160 - color contains mainly: red. Hex color #A07309 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07309 is #5F8CF6. Grayscale: #747474. Windows color (decimal): -6262007 or 619424. OLE color: 619424.

HSL color Cylindrical-coordinate representation of color #A07309: hue angle of 42.12º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A07309 is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 115 9 -
CMYK 0 0.28 0.94 0.37
HSL 42.12º 0.89% 0.33% -
HSV(B) 42.12º 0.94% 0.63% -
XYZ 20.68 19.75 2.98 -
YUV 116.37 67.41 159.12 -
System Red Green Blue C M Y K H S L
Decimal 160 115 9 0 0.28 0.94 0.37 42.12 0.89 0.33
Hex A0 73 9 0 1C 5E 25 2A 59 21
Octal 240 163 11 0 34 136 45 52 131 41
Binary 10100000 1110011 1001 0 11100 1011110 100101 101010 1011001 100001

Color Harmonies of #A07309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07309

Black with #A07309

Text Example


Text Example

White with #A07309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07309; }

 p { color: rgb(160,115,9); }

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

background-color css

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

 a { background-color: rgb(160,115,9); }

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

border-color css

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

 span { border-color: rgb(160,115,9); }

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