Html Css Color HEX #A0660F Golden Brown

📋 copy color: '#A0660F'

red 160 ◦ green 102 ◦ blue 15

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

Shades of Golden Brown #A0660F

Tints of Golden Brown #A0660F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.82%

 BLUE value IS 15 (6.25% from 255) = 5.42%

R = 57.76%
G = 36.82%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A0660F (or 0xA0660F) is known color: Golden Brown. HEX triplet: A0, 66 and 0F. RGB value is (160,102,15). Sum of RGB (Red+Green+Blue) = 160+102+15=277 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.76% from 277); Green value is 102 (40.23% from 255 or 36.82% from 277); Blue value is 15 (6.25% from 255 or 5.42% from 277); Max value from RGB is 160 - color contains mainly: red. Hex color #A0660F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A0660F is #5F99F0. Grayscale: #6D6D6D. Windows color (decimal): -6265329 or 1009312. OLE color: 1009312.

HSL color Cylindrical-coordinate representation of color #A0660F: hue angle of 36º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A0660F is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 102 15 -
CMYK 0 0.36 0.91 0.37
HSL 36º 0.83% 0.34% -
HSV(B) 36º 0.91% 0.63% -
XYZ 19.33 17.01 2.72 -
YUV 109.42 74.72 164.07 -
System Red Green Blue C M Y K H S L
Decimal 160 102 15 0 0.36 0.91 0.37 36 0.83 0.34
Hex A0 66 F 0 24 5B 25 24 53 22
Octal 240 146 17 0 44 133 45 44 123 42
Binary 10100000 1100110 1111 0 100100 1011011 100101 100100 1010011 100010

Color Harmonies of #A0660F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0660F

Black with #A0660F

Text Example


Text Example

White with #A0660F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0660F; }

 p { color: rgb(160,102,15); }

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

background-color css

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

 a { background-color: rgb(160,102,15); }

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

border-color css

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

 span { border-color: rgb(160,102,15); }

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