Html Css Color HEX #A2641C Golden Brown

📋 copy color: '#A2641C'

red 162 ◦ green 100 ◦ blue 28

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

Shades of Golden Brown #A2641C

Tints of Golden Brown #A2641C

RGB

 RED value IS 162 (63.67% from 255) = 55.86%

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

 BLUE value IS 28 (11.33% from 255) = 9.66%

R = 55.86%
G = 34.48%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A2641C (or 0xA2641C) is known color: Golden Brown. HEX triplet: A2, 64 and 1C. RGB value is (162,100,28). Sum of RGB (Red+Green+Blue) = 162+100+28=290 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.86% from 290); Green value is 100 (39.45% from 255 or 34.48% from 290); Blue value is 28 (11.33% from 255 or 9.66% from 290); Max value from RGB is 162 - color contains mainly: red. Hex color #A2641C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2641C is #5D9BE3. Grayscale: #6E6E6E. Windows color (decimal): -6134756 or 1860770. OLE color: 1860770.

HSL color Cylindrical-coordinate representation of color #A2641C: hue angle of 32.24º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A2641C is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 100 28 -
CMYK 0 0.38 0.83 0.36
HSL 32.24º 0.71% 0.37% -
HSV(B) 32.24º 0.83% 0.64% -
XYZ 19.67 16.88 3.32 -
YUV 110.33 81.54 164.85 -
System Red Green Blue C M Y K H S L
Decimal 162 100 28 0 0.38 0.83 0.36 32.24 0.71 0.37
Hex A2 64 1C 0 26 53 24 20 47 25
Octal 242 144 34 0 46 123 44 40 107 45
Binary 10100010 1100100 11100 0 100110 1010011 100100 100000 1000111 100101

Color Harmonies of #A2641C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2641C

Black with #A2641C

Text Example


Text Example

White with #A2641C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2641C; }

 p { color: rgb(162,100,28); }

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

background-color css

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

 a { background-color: rgb(162,100,28); }

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

border-color css

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

 span { border-color: rgb(162,100,28); }

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