Html Css Color HEX #A34F24 Rich Gold

📋 copy color: '#A34F24'

red 163 ◦ green 79 ◦ blue 36

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

Shades of Rich Gold #A34F24

Tints of Rich Gold #A34F24

RGB

 RED value IS 163 (64.06% from 255) = 58.63%

 GREEN value IS 79 (31.25% from 255) = 28.42%

 BLUE value IS 36 (14.45% from 255) = 12.95%

R = 58.63%
G = 28.42%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A34F24 (or 0xA34F24) is known color: Rich Gold. HEX triplet: A3, 4F and 24. RGB value is (163,79,36). Sum of RGB (Red+Green+Blue) = 163+79+36=278 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.63% from 278); Green value is 79 (31.25% from 255 or 28.42% from 278); Blue value is 36 (14.45% from 255 or 12.95% from 278); Max value from RGB is 163 - color contains mainly: red. Hex color #A34F24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A34F24 is #5CB0DB. Grayscale: #636363. Windows color (decimal): -6074588 or 2379683. OLE color: 2379683.

HSL color Cylindrical-coordinate representation of color #A34F24: hue angle of 20.31º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A34F24 is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 79 36 -
CMYK 0 0.52 0.78 0.36
HSL 20.31º 0.64% 0.39% -
HSV(B) 20.31º 0.78% 0.64% -
XYZ 18.22 13.51 3.32 -
YUV 99.21 92.33 173.5 -
System Red Green Blue C M Y K H S L
Decimal 163 79 36 0 0.52 0.78 0.36 20.31 0.64 0.39
Hex A3 4F 24 0 34 4E 24 14 40 27
Octal 243 117 44 0 64 116 44 24 100 47
Binary 10100011 1001111 100100 0 110100 1001110 100100 10100 1000000 100111

Color Harmonies of #A34F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34F24

Black with #A34F24

Text Example


Text Example

White with #A34F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34F24; }

 p { color: rgb(163,79,36); }

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

background-color css

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

 a { background-color: rgb(163,79,36); }

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

border-color css

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

 span { border-color: rgb(163,79,36); }

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