Html Css Color HEX #A7501B Rich Gold

📋 copy color: '#A7501B'

red 167 ◦ green 80 ◦ blue 27

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

Shades of Rich Gold #A7501B

Tints of Rich Gold #A7501B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.2%

 BLUE value IS 27 (10.94% from 255) = 9.85%

R = 60.95%
G = 29.2%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A7501B (or 0xA7501B) is known color: Rich Gold. HEX triplet: A7, 50 and 1B. RGB value is (167,80,27). Sum of RGB (Red+Green+Blue) = 167+80+27=274 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.95% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 27 (10.94% from 255 or 9.85% from 274); Max value from RGB is 167 - color contains mainly: red. Hex color #A7501B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7501B is #58AFE4. Grayscale: #646464. Windows color (decimal): -5812197 or 1790119. OLE color: 1790119.

HSL color Cylindrical-coordinate representation of color #A7501B: hue angle of 22.71º degrees, saturation: 0.72, 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 #A7501B is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 80 27 -
CMYK 0 0.52 0.84 0.35
HSL 22.71º 0.72% 0.38% -
HSV(B) 22.71º 0.84% 0.65% -
XYZ 19 14.03 2.74 -
YUV 99.97 86.82 175.81 -
System Red Green Blue C M Y K H S L
Decimal 167 80 27 0 0.52 0.84 0.35 22.71 0.72 0.38
Hex A7 50 1B 0 34 54 23 17 48 26
Octal 247 120 33 0 64 124 43 27 110 46
Binary 10100111 1010000 11011 0 110100 1010100 100011 10111 1001000 100110

Color Harmonies of #A7501B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7501B

Black with #A7501B

Text Example


Text Example

White with #A7501B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7501B; }

 p { color: rgb(167,80,27); }

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

background-color css

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

 a { background-color: rgb(167,80,27); }

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

border-color css

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

 span { border-color: rgb(167,80,27); }

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