Html Css Color HEX #A84D23 Rich Gold

📋 copy color: '#A84D23'

red 168 ◦ green 77 ◦ blue 35

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

Shades of Rich Gold #A84D23

Tints of Rich Gold #A84D23

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.5%

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

R = 60%
G = 27.5%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.79

 K value IS 0.34

RGB Variations

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

Color information

#A84D23 (or 0xA84D23) is known color: Rich Gold. HEX triplet: A8, 4D and 23. RGB value is (168,77,35). Sum of RGB (Red+Green+Blue) = 168+77+35=280 (37% of max value = 765). Red value is 168 (66.02% from 255 or 60% from 280); Green value is 77 (30.47% from 255 or 27.5% from 280); Blue value is 35 (14.06% from 255 or 12.5% from 280); Max value from RGB is 168 - color contains mainly: red. Hex color #A84D23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A84D23 is #57B2DC. Grayscale: #636363. Windows color (decimal): -5747421 or 2313640. OLE color: 2313640.

HSL color Cylindrical-coordinate representation of color #A84D23: hue angle of 18.95º 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 #A84D23 is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 77 35 -
CMYK 0 0.54 0.79 0.34
HSL 18.95º 0.66% 0.4% -
HSV(B) 18.95º 0.79% 0.66% -
XYZ 19.11 13.75 3.24 -
YUV 99.42 91.65 176.92 -
System Red Green Blue C M Y K H S L
Decimal 168 77 35 0 0.54 0.79 0.34 18.95 0.66 0.4
Hex A8 4D 23 0 36 4F 22 13 42 28
Octal 250 115 43 0 66 117 42 23 102 50
Binary 10101000 1001101 100011 0 110110 1001111 100010 10011 1000010 101000

Color Harmonies of #A84D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84D23

Black with #A84D23

Text Example


Text Example

White with #A84D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84D23; }

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

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

background-color css

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

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

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

border-color css

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

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

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