Html Css Color HEX #A07600 Golden Brown

📋 copy color: '#A07600'

red 160 ◦ green 118 ◦ blue 0

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

Shades of Golden Brown #A07600

Tints of Golden Brown #A07600

RGB

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

 GREEN value IS 118 (46.48% from 255) = 42.45%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.55%
G = 42.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#A07600 (or 0xA07600) is known color: Golden Brown. HEX triplet: A0, 76 and 00. RGB value is (160,118,0). Sum of RGB (Red+Green+Blue) = 160+118+0=278 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.55% from 278); Green value is 118 (46.48% from 255 or 42.45% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 160 - color contains mainly: red. Hex color #A07600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07600 is #5F89FF. Grayscale: #757575. Windows color (decimal): -6261248 or 30368. OLE color: 30368.

HSL color Cylindrical-coordinate representation of color #A07600: hue angle of 44.25º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A07600 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 118 0 -
CMYK 0 0.26 1 0.37
HSL 44.25º 1% 0.31% -
HSV(B) 44.25º 1% 0.63% -
XYZ 20.98 20.43 2.84 -
YUV 117.11 61.91 158.59 -
System Red Green Blue C M Y K H S L
Decimal 160 118 0 0 0.26 1 0.37 44.25 1 0.31
Hex A0 76 0 0 1A 64 25 2C 64 1F
Octal 240 166 0 0 32 144 45 54 144 37
Binary 10100000 1110110 0 0 11010 1100100 100101 101100 1100100 11111

Color Harmonies of #A07600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07600

Black with #A07600

Text Example


Text Example

White with #A07600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07600; }

 p { color: rgb(160,118,0); }

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

background-color css

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

 a { background-color: rgb(160,118,0); }

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

border-color css

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

 span { border-color: rgb(160,118,0); }

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