Html Css Color HEX #AB4A1F Rich Gold

📋 copy color: '#AB4A1F'

red 171 ◦ green 74 ◦ blue 31

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

Shades of Rich Gold #AB4A1F

Tints of Rich Gold #AB4A1F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.81%

 BLUE value IS 31 (12.5% from 255) = 11.23%

R = 61.96%
G = 26.81%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB4A1F (or 0xAB4A1F) is known color: Rich Gold. HEX triplet: AB, 4A and 1F. RGB value is (171,74,31). Sum of RGB (Red+Green+Blue) = 171+74+31=276 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.96% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 31 (12.5% from 255 or 11.23% from 276); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4A1F is #54B5E0. Grayscale: #626262. Windows color (decimal): -5551585 or 2050731. OLE color: 2050731.

HSL color Cylindrical-coordinate representation of color #AB4A1F: hue angle of 18.43º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB4A1F is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 74 31 -
CMYK 0 0.57 0.82 0.33
HSL 18.43º 0.69% 0.4% -
HSV(B) 18.43º 0.82% 0.67% -
XYZ 19.49 13.65 2.9 -
YUV 98.1 90.14 180 -
System Red Green Blue C M Y K H S L
Decimal 171 74 31 0 0.57 0.82 0.33 18.43 0.69 0.4
Hex AB 4A 1F 0 39 52 21 12 45 28
Octal 253 112 37 0 71 122 41 22 105 50
Binary 10101011 1001010 11111 0 111001 1010010 100001 10010 1000101 101000

Color Harmonies of #AB4A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4A1F

Black with #AB4A1F

Text Example


Text Example

White with #AB4A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4A1F; }

 p { color: rgb(171,74,31); }

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

background-color css

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

 a { background-color: rgb(171,74,31); }

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

border-color css

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

 span { border-color: rgb(171,74,31); }

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