Html Css Color HEX #A07407 Golden Brown

📋 copy color: '#A07407'

red 160 ◦ green 116 ◦ blue 7

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

Shades of Golden Brown #A07407

Tints of Golden Brown #A07407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.47%

R = 56.54%
G = 40.99%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A07407 (or 0xA07407) is known color: Golden Brown. HEX triplet: A0, 74 and 07. RGB value is (160,116,7). Sum of RGB (Red+Green+Blue) = 160+116+7=283 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.54% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 7 (3.12% from 255 or 2.47% from 283); Max value from RGB is 160 - color contains mainly: red. Hex color #A07407 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07407 is #5F8BF8. Grayscale: #757575. Windows color (decimal): -6261753 or 488608. OLE color: 488608.

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

Color convert

RGB 160 116 7 -
CMYK 0 0.28 0.96 0.37
HSL 42.75º 0.92% 0.33% -
HSV(B) 42.75º 0.96% 0.63% -
XYZ 20.78 19.98 2.96 -
YUV 116.73 66.08 158.86 -
System Red Green Blue C M Y K H S L
Decimal 160 116 7 0 0.28 0.96 0.37 42.75 0.92 0.33
Hex A0 74 7 0 1C 60 25 2B 5C 21
Octal 240 164 7 0 34 140 45 53 134 41
Binary 10100000 1110100 111 0 11100 1100000 100101 101011 1011100 100001

Color Harmonies of #A07407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07407

Black with #A07407

Text Example


Text Example

White with #A07407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07407; }

 p { color: rgb(160,116,7); }

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

background-color css

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

 a { background-color: rgb(160,116,7); }

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

border-color css

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

 span { border-color: rgb(160,116,7); }

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