Html Css Color HEX #A06321 Golden Brown

📋 copy color: '#A06321'

red 160 ◦ green 99 ◦ blue 33

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

Shades of Golden Brown #A06321

Tints of Golden Brown #A06321

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.9%

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

R = 54.79%
G = 33.9%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#A06321 (or 0xA06321) is known color: Golden Brown. HEX triplet: A0, 63 and 21. RGB value is (160,99,33). Sum of RGB (Red+Green+Blue) = 160+99+33=292 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.79% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 33 (13.28% from 255 or 11.30% from 292); Max value from RGB is 160 - color contains mainly: red. Hex color #A06321 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06321 is #5F9CDE. Grayscale: #6E6E6E. Windows color (decimal): -6266079 or 2188192. OLE color: 2188192.

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

Color convert

RGB 160 99 33 -
CMYK 0 0.38 0.79 0.37
HSL 31.18º 0.66% 0.38% -
HSV(B) 31.18º 0.79% 0.63% -
XYZ 19.23 16.51 3.61 -
YUV 109.72 84.71 163.87 -
System Red Green Blue C M Y K H S L
Decimal 160 99 33 0 0.38 0.79 0.37 31.18 0.66 0.38
Hex A0 63 21 0 26 4F 25 1F 42 26
Octal 240 143 41 0 46 117 45 37 102 46
Binary 10100000 1100011 100001 0 100110 1001111 100101 11111 1000010 100110

Color Harmonies of #A06321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06321

Black with #A06321

Text Example


Text Example

White with #A06321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06321; }

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

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

background-color css

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

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

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

border-color css

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

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

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