Html Css Color HEX #A06407 Golden Brown

📋 copy color: '#A06407'

red 160 ◦ green 100 ◦ blue 7

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

Shades of Golden Brown #A06407

Tints of Golden Brown #A06407

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.45%

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

R = 59.93%
G = 37.45%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A06407 (or 0xA06407) is known color: Golden Brown. HEX triplet: A0, 64 and 07. RGB value is (160,100,7). Sum of RGB (Red+Green+Blue) = 160+100+7=267 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.93% from 267); Green value is 100 (39.45% from 255 or 37.45% from 267); Blue value is 7 (3.12% from 255 or 2.62% from 267); Max value from RGB is 160 - color contains mainly: red. Hex color #A06407 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06407 is #5F9BF8. Grayscale: #6B6B6B. Windows color (decimal): -6265849 or 484512. OLE color: 484512.

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

Color convert

RGB 160 100 7 -
CMYK 0 0.38 0.96 0.37
HSL 36.47º 0.92% 0.33% -
HSV(B) 36.47º 0.96% 0.63% -
XYZ 19.09 16.6 2.4 -
YUV 107.34 71.38 165.56 -
System Red Green Blue C M Y K H S L
Decimal 160 100 7 0 0.38 0.96 0.37 36.47 0.92 0.33
Hex A0 64 7 0 26 60 25 24 5C 21
Octal 240 144 7 0 46 140 45 44 134 41
Binary 10100000 1100100 111 0 100110 1100000 100101 100100 1011100 100001

Color Harmonies of #A06407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06407

Black with #A06407

Text Example


Text Example

White with #A06407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06407; }

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

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

background-color css

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

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

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

border-color css

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

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

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