Html Css Color HEX #A8541F Rich Gold

📋 copy color: '#A8541F'

red 168 ◦ green 84 ◦ blue 31

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

Shades of Rich Gold #A8541F

Tints of Rich Gold #A8541F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.68%

 BLUE value IS 31 (12.5% from 255) = 10.95%

R = 59.36%
G = 29.68%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#A8541F (or 0xA8541F) is known color: Rich Gold. HEX triplet: A8, 54 and 1F. RGB value is (168,84,31). Sum of RGB (Red+Green+Blue) = 168+84+31=283 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.36% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 31 (12.5% from 255 or 10.95% from 283); Max value from RGB is 168 - color contains mainly: red. Hex color #A8541F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8541F is #57ABE0. Grayscale: #676767. Windows color (decimal): -5745633 or 2053288. OLE color: 2053288.

HSL color Cylindrical-coordinate representation of color #A8541F: hue angle of 23.21º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A8541F is Cyan = 0, Magento = 0.5, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 84 31 -
CMYK 0 0.5 0.82 0.34
HSL 23.21º 0.69% 0.39% -
HSV(B) 23.21º 0.82% 0.66% -
XYZ 19.57 14.76 3.11 -
YUV 103.07 87.33 174.31 -
System Red Green Blue C M Y K H S L
Decimal 168 84 31 0 0.5 0.82 0.34 23.21 0.69 0.39
Hex A8 54 1F 0 32 52 22 17 45 27
Octal 250 124 37 0 62 122 42 27 105 47
Binary 10101000 1010100 11111 0 110010 1010010 100010 10111 1000101 100111

Color Harmonies of #A8541F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8541F

Black with #A8541F

Text Example


Text Example

White with #A8541F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8541F; }

 p { color: rgb(168,84,31); }

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

background-color css

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

 a { background-color: rgb(168,84,31); }

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

border-color css

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

 span { border-color: rgb(168,84,31); }

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