Html Css Color HEX #A75B18 Rich Gold

📋 copy color: '#A75B18'

red 167 ◦ green 91 ◦ blue 24

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

Shades of Rich Gold #A75B18

Tints of Rich Gold #A75B18

RGB

 RED value IS 167 (65.63% from 255) = 59.22%

 GREEN value IS 91 (35.94% from 255) = 32.27%

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

R = 59.22%
G = 32.27%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A75B18 (or 0xA75B18) is known color: Rich Gold. HEX triplet: A7, 5B and 18. RGB value is (167,91,24). Sum of RGB (Red+Green+Blue) = 167+91+24=282 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.22% from 282); Green value is 91 (35.94% from 255 or 32.27% from 282); Blue value is 24 (9.77% from 255 or 8.51% from 282); Max value from RGB is 167 - color contains mainly: red. Hex color #A75B18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75B18 is #58A4E7. Grayscale: #6A6A6A. Windows color (decimal): -5809384 or 1596327. OLE color: 1596327.

HSL color Cylindrical-coordinate representation of color #A75B18: hue angle of 28.11º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A75B18 is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 91 24 -
CMYK 0 0.46 0.86 0.35
HSL 28.11º 0.75% 0.37% -
HSV(B) 28.11º 0.86% 0.65% -
XYZ 19.84 15.76 2.86 -
YUV 106.09 81.68 171.45 -
System Red Green Blue C M Y K H S L
Decimal 167 91 24 0 0.46 0.86 0.35 28.11 0.75 0.37
Hex A7 5B 18 0 2E 56 23 1C 4B 25
Octal 247 133 30 0 56 126 43 34 113 45
Binary 10100111 1011011 11000 0 101110 1010110 100011 11100 1001011 100101

Color Harmonies of #A75B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75B18

Black with #A75B18

Text Example


Text Example

White with #A75B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75B18; }

 p { color: rgb(167,91,24); }

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

background-color css

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

 a { background-color: rgb(167,91,24); }

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

border-color css

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

 span { border-color: rgb(167,91,24); }

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