Html Css Color HEX #A75A1A Rich Gold

📋 copy color: '#A75A1A'

red 167 ◦ green 90 ◦ blue 26

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

Shades of Rich Gold #A75A1A

Tints of Rich Gold #A75A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.19%

R = 59.01%
G = 31.8%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A75A1A (or 0xA75A1A) is known color: Rich Gold. HEX triplet: A7, 5A and 1A. RGB value is (167,90,26). Sum of RGB (Red+Green+Blue) = 167+90+26=283 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.01% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 167 - color contains mainly: red. Hex color #A75A1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75A1A is #58A5E5. Grayscale: #6A6A6A. Windows color (decimal): -5809638 or 1727143. OLE color: 1727143.

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

Color convert

RGB 167 90 26 -
CMYK 0 0.46 0.84 0.35
HSL 27.23º 0.73% 0.38% -
HSV(B) 27.23º 0.84% 0.65% -
XYZ 19.78 15.6 2.95 -
YUV 105.73 83.01 171.7 -
System Red Green Blue C M Y K H S L
Decimal 167 90 26 0 0.46 0.84 0.35 27.23 0.73 0.38
Hex A7 5A 1A 0 2E 54 23 1B 49 26
Octal 247 132 32 0 56 124 43 33 111 46
Binary 10100111 1011010 11010 0 101110 1010100 100011 11011 1001001 100110

Color Harmonies of #A75A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75A1A

Black with #A75A1A

Text Example


Text Example

White with #A75A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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