Html Css Color HEX #A06613 Golden Brown

📋 copy color: '#A06613'

red 160 ◦ green 102 ◦ blue 19

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

Shades of Golden Brown #A06613

Tints of Golden Brown #A06613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.76%

R = 56.94%
G = 36.3%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A06613 (or 0xA06613) is known color: Golden Brown. HEX triplet: A0, 66 and 13. RGB value is (160,102,19). Sum of RGB (Red+Green+Blue) = 160+102+19=281 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.94% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 19 (7.81% from 255 or 6.76% from 281); Max value from RGB is 160 - color contains mainly: red. Hex color #A06613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06613 is #5F99EC. Grayscale: #6E6E6E. Windows color (decimal): -6265325 or 1271456. OLE color: 1271456.

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

Color convert

RGB 160 102 19 -
CMYK 0 0.36 0.88 0.37
HSL 35.32º 0.79% 0.35% -
HSV(B) 35.32º 0.88% 0.63% -
XYZ 19.37 17.02 2.88 -
YUV 109.88 76.72 163.75 -
System Red Green Blue C M Y K H S L
Decimal 160 102 19 0 0.36 0.88 0.37 35.32 0.79 0.35
Hex A0 66 13 0 24 58 25 23 4F 23
Octal 240 146 23 0 44 130 45 43 117 43
Binary 10100000 1100110 10011 0 100100 1011000 100101 100011 1001111 100011

Color Harmonies of #A06613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06613

Black with #A06613

Text Example


Text Example

White with #A06613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06613; }

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

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

background-color css

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

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

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

border-color css

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

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

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