Html Css Color HEX #AB461D Rich Gold

📋 copy color: '#AB461D'

red 171 ◦ green 70 ◦ blue 29

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

Shades of Rich Gold #AB461D

Tints of Rich Gold #AB461D

RGB

 RED value IS 171 (67.19% from 255) = 63.33%

 GREEN value IS 70 (27.73% from 255) = 25.93%

 BLUE value IS 29 (11.72% from 255) = 10.74%

R = 63.33%
G = 25.93%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AB461D (or 0xAB461D) is known color: Rich Gold. HEX triplet: AB, 46 and 1D. RGB value is (171,70,29). Sum of RGB (Red+Green+Blue) = 171+70+29=270 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.33% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 29 (11.72% from 255 or 10.74% from 270); Max value from RGB is 171 - color contains mainly: red. Hex color #AB461D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB461D is #54B9E2. Grayscale: #5F5F5F. Windows color (decimal): -5552611 or 1918635. OLE color: 1918635.

HSL color Cylindrical-coordinate representation of color #AB461D: hue angle of 17.32º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AB461D is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 70 29 -
CMYK 0 0.59 0.83 0.33
HSL 17.32º 0.71% 0.39% -
HSV(B) 17.32º 0.83% 0.67% -
XYZ 19.21 13.13 2.68 -
YUV 95.53 90.46 181.83 -
System Red Green Blue C M Y K H S L
Decimal 171 70 29 0 0.59 0.83 0.33 17.32 0.71 0.39
Hex AB 46 1D 0 3B 53 21 11 47 27
Octal 253 106 35 0 73 123 41 21 107 47
Binary 10101011 1000110 11101 0 111011 1010011 100001 10001 1000111 100111

Color Harmonies of #AB461D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB461D

Black with #AB461D

Text Example


Text Example

White with #AB461D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB461D; }

 p { color: rgb(171,70,29); }

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

background-color css

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

 a { background-color: rgb(171,70,29); }

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

border-color css

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

 span { border-color: rgb(171,70,29); }

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