Html Css Color HEX #A06419 Golden Brown

📋 copy color: '#A06419'

red 160 ◦ green 100 ◦ blue 25

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

Shades of Golden Brown #A06419

Tints of Golden Brown #A06419

RGB

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

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

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

R = 56.14%
G = 35.09%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A06419 (or 0xA06419) is known color: Golden Brown. HEX triplet: A0, 64 and 19. RGB value is (160,100,25). Sum of RGB (Red+Green+Blue) = 160+100+25=285 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.14% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 25 (10.16% from 255 or 8.77% from 285); Max value from RGB is 160 - color contains mainly: red. Hex color #A06419 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06419 is #5F9BE6. Grayscale: #6D6D6D. Windows color (decimal): -6265831 or 1664160. OLE color: 1664160.

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

Color convert

RGB 160 100 25 -
CMYK 0 0.38 0.84 0.37
HSL 33.33º 0.73% 0.36% -
HSV(B) 33.33º 0.84% 0.63% -
XYZ 19.23 16.66 3.12 -
YUV 109.39 80.38 164.1 -
System Red Green Blue C M Y K H S L
Decimal 160 100 25 0 0.38 0.84 0.37 33.33 0.73 0.36
Hex A0 64 19 0 26 54 25 21 49 24
Octal 240 144 31 0 46 124 45 41 111 44
Binary 10100000 1100100 11001 0 100110 1010100 100101 100001 1001001 100100

Color Harmonies of #A06419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06419

Black with #A06419

Text Example


Text Example

White with #A06419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06419; }

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

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

background-color css

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

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

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

border-color css

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

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

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