Html Css Color HEX #A06821 Golden Brown

📋 copy color: '#A06821'

red 160 ◦ green 104 ◦ blue 33

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

Shades of Golden Brown #A06821

Tints of Golden Brown #A06821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.11%

R = 53.87%
G = 35.02%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#A06821 (or 0xA06821) is known color: Golden Brown. HEX triplet: A0, 68 and 21. RGB value is (160,104,33). Sum of RGB (Red+Green+Blue) = 160+104+33=297 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.87% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 33 (13.28% from 255 or 11.11% from 297); Max value from RGB is 160 - color contains mainly: red. Hex color #A06821 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06821 is #5F97DE. Grayscale: #707070. Windows color (decimal): -6264799 or 2189472. OLE color: 2189472.

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

Color convert

RGB 160 104 33 -
CMYK 0 0.35 0.79 0.37
HSL 33.54º 0.66% 0.38% -
HSV(B) 33.54º 0.79% 0.63% -
XYZ 19.72 17.48 3.77 -
YUV 112.65 83.05 161.77 -
System Red Green Blue C M Y K H S L
Decimal 160 104 33 0 0.35 0.79 0.37 33.54 0.66 0.38
Hex A0 68 21 0 23 4F 25 22 42 26
Octal 240 150 41 0 43 117 45 42 102 46
Binary 10100000 1101000 100001 0 100011 1001111 100101 100010 1000010 100110

Color Harmonies of #A06821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06821

Black with #A06821

Text Example


Text Example

White with #A06821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06821; }

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

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

background-color css

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

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

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

border-color css

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

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

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