Html Css Color HEX #A0641D Golden Brown

📋 copy color: '#A0641D'

red 160 ◦ green 100 ◦ blue 29

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

Shades of Golden Brown #A0641D

Tints of Golden Brown #A0641D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.03%

R = 55.36%
G = 34.6%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A0641D (or 0xA0641D) is known color: Golden Brown. HEX triplet: A0, 64 and 1D. RGB value is (160,100,29). Sum of RGB (Red+Green+Blue) = 160+100+29=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A0641D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0641D is #5F9BE2. Grayscale: #6E6E6E. Windows color (decimal): -6265827 or 1926304. OLE color: 1926304.

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

Color convert

RGB 160 100 29 -
CMYK 0 0.38 0.82 0.37
HSL 32.52º 0.69% 0.37% -
HSV(B) 32.52º 0.82% 0.63% -
XYZ 19.28 16.68 3.37 -
YUV 109.85 82.38 163.77 -
System Red Green Blue C M Y K H S L
Decimal 160 100 29 0 0.38 0.82 0.37 32.52 0.69 0.37
Hex A0 64 1D 0 26 52 25 21 45 25
Octal 240 144 35 0 46 122 45 41 105 45
Binary 10100000 1100100 11101 0 100110 1010010 100101 100001 1000101 100101

Color Harmonies of #A0641D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0641D

Black with #A0641D

Text Example


Text Example

White with #A0641D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0641D; }

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

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

background-color css

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

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

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

border-color css

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

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

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