Html Css Color HEX #A84B18 Rich Gold

📋 copy color: '#A84B18'

red 168 ◦ green 75 ◦ blue 24

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

Shades of Rich Gold #A84B18

Tints of Rich Gold #A84B18

RGB

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

 GREEN value IS 75 (29.69% from 255) = 28.09%

 BLUE value IS 24 (9.77% from 255) = 8.99%

R = 62.92%
G = 28.09%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A84B18 (or 0xA84B18) is known color: Rich Gold. HEX triplet: A8, 4B and 18. RGB value is (168,75,24). Sum of RGB (Red+Green+Blue) = 168+75+24=267 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.92% from 267); Green value is 75 (29.69% from 255 or 28.09% from 267); Blue value is 24 (9.77% from 255 or 8.99% from 267); Max value from RGB is 168 - color contains mainly: red. Hex color #A84B18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84B18 is #57B4E7. Grayscale: #616161. Windows color (decimal): -5747944 or 1592232. OLE color: 1592232.

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

Color convert

RGB 168 75 24 -
CMYK 0 0.55 0.86 0.34
HSL 21.25º 0.75% 0.38% -
HSV(B) 21.25º 0.86% 0.66% -
XYZ 18.83 13.42 2.46 -
YUV 96.99 86.81 178.65 -
System Red Green Blue C M Y K H S L
Decimal 168 75 24 0 0.55 0.86 0.34 21.25 0.75 0.38
Hex A8 4B 18 0 37 56 22 15 4B 26
Octal 250 113 30 0 67 126 42 25 113 46
Binary 10101000 1001011 11000 0 110111 1010110 100010 10101 1001011 100110

Color Harmonies of #A84B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84B18

Black with #A84B18

Text Example


Text Example

White with #A84B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84B18; }

 p { color: rgb(168,75,24); }

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

background-color css

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

 a { background-color: rgb(168,75,24); }

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

border-color css

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

 span { border-color: rgb(168,75,24); }

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