Html Css Color HEX #A75A1E Rich Gold

📋 copy color: '#A75A1E'

red 167 ◦ green 90 ◦ blue 30

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

Shades of Rich Gold #A75A1E

Tints of Rich Gold #A75A1E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.36%

 BLUE value IS 30 (12.11% from 255) = 10.45%

R = 58.19%
G = 31.36%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A75A1E (or 0xA75A1E) is known color: Rich Gold. HEX triplet: A7, 5A and 1E. RGB value is (167,90,30). Sum of RGB (Red+Green+Blue) = 167+90+30=287 (38% of max value = 765). Red value is 167 (65.62% from 255 or 58.19% from 287); Green value is 90 (35.55% from 255 or 31.36% from 287); Blue value is 30 (12.11% from 255 or 10.45% from 287); Max value from RGB is 167 - color contains mainly: red. Hex color #A75A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75A1E is #58A5E1. Grayscale: #6A6A6A. Windows color (decimal): -5809634 or 1989287. OLE color: 1989287.

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

Color convert

RGB 167 90 30 -
CMYK 0 0.46 0.82 0.35
HSL 26.28º 0.7% 0.39% -
HSV(B) 26.28º 0.82% 0.65% -
XYZ 19.83 15.62 3.2 -
YUV 106.18 85.01 171.38 -
System Red Green Blue C M Y K H S L
Decimal 167 90 30 0 0.46 0.82 0.35 26.28 0.7 0.39
Hex A7 5A 1E 0 2E 52 23 1A 46 27
Octal 247 132 36 0 56 122 43 32 106 47
Binary 10100111 1011010 11110 0 101110 1010010 100011 11010 1000110 100111

Color Harmonies of #A75A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75A1E

Black with #A75A1E

Text Example


Text Example

White with #A75A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75A1E; }

 p { color: rgb(167,90,30); }

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

background-color css

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

 a { background-color: rgb(167,90,30); }

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

border-color css

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

 span { border-color: rgb(167,90,30); }

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