Html Css Color HEX #A07509 Golden Brown

📋 copy color: '#A07509'

red 160 ◦ green 117 ◦ blue 9

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

Shades of Golden Brown #A07509

Tints of Golden Brown #A07509

RGB

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

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

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

R = 55.94%
G = 40.91%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A07509 (or 0xA07509) is known color: Golden Brown. HEX triplet: A0, 75 and 09. RGB value is (160,117,9). Sum of RGB (Red+Green+Blue) = 160+117+9=286 (37% of max value = 765). Red value is 160 (62.89% from 255 or 55.94% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 9 (3.91% from 255 or 3.15% from 286); Max value from RGB is 160 - color contains mainly: red. Hex color #A07509 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07509 is #5F8AF6. Grayscale: #767676. Windows color (decimal): -6261495 or 619936. OLE color: 619936.

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

Color convert

RGB 160 117 9 -
CMYK 0 0.27 0.94 0.37
HSL 42.91º 0.89% 0.33% -
HSV(B) 42.91º 0.94% 0.63% -
XYZ 20.91 20.22 3.06 -
YUV 117.55 66.75 158.28 -
System Red Green Blue C M Y K H S L
Decimal 160 117 9 0 0.27 0.94 0.37 42.91 0.89 0.33
Hex A0 75 9 0 1B 5E 25 2B 59 21
Octal 240 165 11 0 33 136 45 53 131 41
Binary 10100000 1110101 1001 0 11011 1011110 100101 101011 1011001 100001

Color Harmonies of #A07509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07509

Black with #A07509

Text Example


Text Example

White with #A07509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07509; }

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

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

background-color css

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

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

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

border-color css

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

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

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