Html Css Color HEX #A0670E Golden Brown

📋 copy color: '#A0670E'

red 160 ◦ green 103 ◦ blue 14

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

Shades of Golden Brown #A0670E

Tints of Golden Brown #A0670E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.18%

 BLUE value IS 14 (5.86% from 255) = 5.05%

R = 57.76%
G = 37.18%
B = 5.05%

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

#A0670E (or 0xA0670E) is known color: Golden Brown. HEX triplet: A0, 67 and 0E. RGB value is (160,103,14). Sum of RGB (Red+Green+Blue) = 160+103+14=277 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.76% from 277); Green value is 103 (40.62% from 255 or 37.18% from 277); Blue value is 14 (5.86% from 255 or 5.05% from 277); Max value from RGB is 160 - color contains mainly: red. Hex color #A0670E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A0670E is #5F98F1. Grayscale: #6E6E6E. Windows color (decimal): -6265074 or 944032. OLE color: 944032.

HSL color Cylindrical-coordinate representation of color #A0670E: hue angle of 36.58º degrees, saturation: 0.84, 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 #A0670E is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 103 14 -
CMYK 0 0.36 0.91 0.37
HSL 36.58º 0.84% 0.34% -
HSV(B) 36.58º 0.91% 0.63% -
XYZ 19.43 17.21 2.71 -
YUV 109.9 73.88 163.74 -
System Red Green Blue C M Y K H S L
Decimal 160 103 14 0 0.36 0.91 0.37 36.58 0.84 0.34
Hex A0 67 E 0 24 5B 25 25 54 22
Octal 240 147 16 0 44 133 45 45 124 42
Binary 10100000 1100111 1110 0 100100 1011011 100101 100101 1010100 100010

Color Harmonies of #A0670E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0670E

Black with #A0670E

Text Example


Text Example

White with #A0670E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0670E; }

 p { color: rgb(160,103,14); }

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

background-color css

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

 a { background-color: rgb(160,103,14); }

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

border-color css

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

 span { border-color: rgb(160,103,14); }

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