Html Css Color HEX #AB5E1B Rich Gold

📋 copy color: '#AB5E1B'

red 171 ◦ green 94 ◦ blue 27

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

Shades of Rich Gold #AB5E1B

Tints of Rich Gold #AB5E1B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.19%

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

R = 58.56%
G = 32.19%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AB5E1B (or 0xAB5E1B) is known color: Rich Gold. HEX triplet: AB, 5E and 1B. RGB value is (171,94,27). Sum of RGB (Red+Green+Blue) = 171+94+27=292 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.56% from 292); Green value is 94 (37.11% from 255 or 32.19% from 292); Blue value is 27 (10.94% from 255 or 9.25% from 292); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5E1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5E1B is #54A1E4. Grayscale: #6D6D6D. Windows color (decimal): -5546469 or 1793707. OLE color: 1793707.

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

Color convert

RGB 171 94 27 -
CMYK 0 0.45 0.84 0.33
HSL 27.92º 0.73% 0.39% -
HSV(B) 27.92º 0.84% 0.67% -
XYZ 21 16.74 3.16 -
YUV 109.39 81.51 171.95 -
System Red Green Blue C M Y K H S L
Decimal 171 94 27 0 0.45 0.84 0.33 27.92 0.73 0.39
Hex AB 5E 1B 0 2D 54 21 1C 49 27
Octal 253 136 33 0 55 124 41 34 111 47
Binary 10101011 1011110 11011 0 101101 1010100 100001 11100 1001001 100111

Color Harmonies of #AB5E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5E1B

Black with #AB5E1B

Text Example


Text Example

White with #AB5E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5E1B; }

 p { color: rgb(171,94,27); }

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

background-color css

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

 a { background-color: rgb(171,94,27); }

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

border-color css

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

 span { border-color: rgb(171,94,27); }

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