Html Css Color HEX #A4611C Golden Brown

📋 copy color: '#A4611C'

red 164 ◦ green 97 ◦ blue 28

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

Shades of Golden Brown #A4611C

Tints of Golden Brown #A4611C

RGB

 RED value IS 164 (64.45% from 255) = 56.75%

 GREEN value IS 97 (38.28% from 255) = 33.56%

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

R = 56.75%
G = 33.56%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A4611C (or 0xA4611C) is known color: Golden Brown. HEX triplet: A4, 61 and 1C. RGB value is (164,97,28). Sum of RGB (Red+Green+Blue) = 164+97+28=289 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.75% from 289); Green value is 97 (38.28% from 255 or 33.56% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 164 - color contains mainly: red. Hex color #A4611C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4611C is #5B9EE3. Grayscale: #6D6D6D. Windows color (decimal): -6004452 or 1860004. OLE color: 1860004.

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

Color convert

RGB 164 97 28 -
CMYK 0 0.41 0.83 0.36
HSL 30.44º 0.71% 0.38% -
HSV(B) 30.44º 0.83% 0.64% -
XYZ 19.79 16.53 3.25 -
YUV 109.17 82.2 167.11 -
System Red Green Blue C M Y K H S L
Decimal 164 97 28 0 0.41 0.83 0.36 30.44 0.71 0.38
Hex A4 61 1C 0 29 53 24 1E 47 26
Octal 244 141 34 0 51 123 44 36 107 46
Binary 10100100 1100001 11100 0 101001 1010011 100100 11110 1000111 100110

Color Harmonies of #A4611C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4611C

Black with #A4611C

Text Example


Text Example

White with #A4611C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4611C; }

 p { color: rgb(164,97,28); }

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

background-color css

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

 a { background-color: rgb(164,97,28); }

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

border-color css

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

 span { border-color: rgb(164,97,28); }

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