Html Css Color HEX #AB5D1B Rich Gold

📋 copy color: '#AB5D1B'

red 171 ◦ green 93 ◦ blue 27

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

Shades of Rich Gold #AB5D1B

Tints of Rich Gold #AB5D1B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.96%

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

R = 58.76%
G = 31.96%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AB5D1B (or 0xAB5D1B) is known color: Rich Gold. HEX triplet: AB, 5D and 1B. RGB value is (171,93,27). Sum of RGB (Red+Green+Blue) = 171+93+27=291 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.76% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 27 (10.94% from 255 or 9.28% from 291); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5D1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5D1B is #54A2E4. Grayscale: #6D6D6D. Windows color (decimal): -5546725 or 1793451. OLE color: 1793451.

HSL color Cylindrical-coordinate representation of color #AB5D1B: hue angle of 27.5º 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 #AB5D1B is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 93 27 -
CMYK 0 0.46 0.84 0.33
HSL 27.5º 0.73% 0.39% -
HSV(B) 27.5º 0.84% 0.67% -
XYZ 20.91 16.57 3.13 -
YUV 108.8 81.84 172.37 -
System Red Green Blue C M Y K H S L
Decimal 171 93 27 0 0.46 0.84 0.33 27.5 0.73 0.39
Hex AB 5D 1B 0 2E 54 21 1C 49 27
Octal 253 135 33 0 56 124 41 34 111 47
Binary 10101011 1011101 11011 0 101110 1010100 100001 11100 1001001 100111

Color Harmonies of #AB5D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5D1B

Black with #AB5D1B

Text Example


Text Example

White with #AB5D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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