Html Css Color HEX #A06819 Golden Brown

📋 copy color: '#A06819'

red 160 ◦ green 104 ◦ blue 25

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

Shades of Golden Brown #A06819

Tints of Golden Brown #A06819

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.99%

 BLUE value IS 25 (10.16% from 255) = 8.65%

R = 55.36%
G = 35.99%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A06819 (or 0xA06819) is known color: Golden Brown. HEX triplet: A0, 68 and 19. RGB value is (160,104,25). Sum of RGB (Red+Green+Blue) = 160+104+25=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A06819 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06819 is #5F97E6. Grayscale: #707070. Windows color (decimal): -6264807 or 1665184. OLE color: 1665184.

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

Color convert

RGB 160 104 25 -
CMYK 0 0.35 0.84 0.37
HSL 35.11º 0.73% 0.36% -
HSV(B) 35.11º 0.84% 0.63% -
XYZ 19.62 17.44 3.25 -
YUV 111.74 79.05 162.42 -
System Red Green Blue C M Y K H S L
Decimal 160 104 25 0 0.35 0.84 0.37 35.11 0.73 0.36
Hex A0 68 19 0 23 54 25 23 49 24
Octal 240 150 31 0 43 124 45 43 111 44
Binary 10100000 1101000 11001 0 100011 1010100 100101 100011 1001001 100100

Color Harmonies of #A06819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06819

Black with #A06819

Text Example


Text Example

White with #A06819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06819; }

 p { color: rgb(160,104,25); }

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

background-color css

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

 a { background-color: rgb(160,104,25); }

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

border-color css

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

 span { border-color: rgb(160,104,25); }

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