Html Css Color HEX #A84C23 Rich Gold

📋 copy color: '#A84C23'

red 168 ◦ green 76 ◦ blue 35

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

Shades of Rich Gold #A84C23

Tints of Rich Gold #A84C23

RGB

 RED value IS 168 (66.02% from 255) = 60.22%

 GREEN value IS 76 (30.08% from 255) = 27.24%

 BLUE value IS 35 (14.06% from 255) = 12.54%

R = 60.22%
G = 27.24%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.79

 K value IS 0.34

RGB Variations

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

Color information

#A84C23 (or 0xA84C23) is known color: Rich Gold. HEX triplet: A8, 4C and 23. RGB value is (168,76,35). Sum of RGB (Red+Green+Blue) = 168+76+35=279 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.22% from 279); Green value is 76 (30.08% from 255 or 27.24% from 279); Blue value is 35 (14.06% from 255 or 12.54% from 279); Max value from RGB is 168 - color contains mainly: red. Hex color #A84C23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84C23 is #57B3DC. Grayscale: #636363. Windows color (decimal): -5747677 or 2313384. OLE color: 2313384.

HSL color Cylindrical-coordinate representation of color #A84C23: hue angle of 18.5º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A84C23 is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 76 35 -
CMYK 0 0.55 0.79 0.34
HSL 18.5º 0.66% 0.4% -
HSV(B) 18.5º 0.79% 0.66% -
XYZ 19.04 13.62 3.21 -
YUV 98.83 91.98 177.33 -
System Red Green Blue C M Y K H S L
Decimal 168 76 35 0 0.55 0.79 0.34 18.5 0.66 0.4
Hex A8 4C 23 0 37 4F 22 12 42 28
Octal 250 114 43 0 67 117 42 22 102 50
Binary 10101000 1001100 100011 0 110111 1001111 100010 10010 1000010 101000

Color Harmonies of #A84C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84C23

Black with #A84C23

Text Example


Text Example

White with #A84C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84C23; }

 p { color: rgb(168,76,35); }

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

background-color css

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

 a { background-color: rgb(168,76,35); }

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

border-color css

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

 span { border-color: rgb(168,76,35); }

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