Html Css Color HEX #A4511B Rich Gold

📋 copy color: '#A4511B'

red 164 ◦ green 81 ◦ blue 27

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

Shades of Rich Gold #A4511B

Tints of Rich Gold #A4511B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.78%

 BLUE value IS 27 (10.94% from 255) = 9.93%

R = 60.29%
G = 29.78%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A4511B (or 0xA4511B) is known color: Rich Gold. HEX triplet: A4, 51 and 1B. RGB value is (164,81,27). Sum of RGB (Red+Green+Blue) = 164+81+27=272 (36% of max value = 765). Red value is 164 (64.45% from 255 or 60.29% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 27 (10.94% from 255 or 9.93% from 272); Max value from RGB is 164 - color contains mainly: red. Hex color #A4511B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4511B is #5BAEE4. Grayscale: #636363. Windows color (decimal): -6008549 or 1790372. OLE color: 1790372.

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

Color convert

RGB 164 81 27 -
CMYK 0 0.51 0.84 0.36
HSL 23.65º 0.72% 0.37% -
HSV(B) 23.65º 0.84% 0.64% -
XYZ 18.45 13.86 2.74 -
YUV 99.66 87 173.89 -
System Red Green Blue C M Y K H S L
Decimal 164 81 27 0 0.51 0.84 0.36 23.65 0.72 0.37
Hex A4 51 1B 0 33 54 24 18 48 25
Octal 244 121 33 0 63 124 44 30 110 45
Binary 10100100 1010001 11011 0 110011 1010100 100100 11000 1001000 100101

Color Harmonies of #A4511B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4511B

Black with #A4511B

Text Example


Text Example

White with #A4511B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4511B; }

 p { color: rgb(164,81,27); }

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

background-color css

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

 a { background-color: rgb(164,81,27); }

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

border-color css

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

 span { border-color: rgb(164,81,27); }

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