Html Css Color HEX #AB5A1B Rich Gold

📋 copy color: '#AB5A1B'

red 171 ◦ green 90 ◦ blue 27

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

Shades of Rich Gold #AB5A1B

Tints of Rich Gold #AB5A1B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.25%

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

R = 59.38%
G = 31.25%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AB5A1B (or 0xAB5A1B) is known color: Rich Gold. HEX triplet: AB, 5A and 1B. RGB value is (171,90,27). Sum of RGB (Red+Green+Blue) = 171+90+27=288 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.38% from 288); Green value is 90 (35.55% from 255 or 31.25% from 288); Blue value is 27 (10.94% from 255 or 9.38% from 288); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5A1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5A1B is #54A5E4. Grayscale: #6B6B6B. Windows color (decimal): -5547493 or 1792683. OLE color: 1792683.

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

Color convert

RGB 171 90 27 -
CMYK 0 0.47 0.84 0.33
HSL 26.25º 0.73% 0.39% -
HSV(B) 26.25º 0.84% 0.67% -
XYZ 20.65 16.05 3.05 -
YUV 107.04 82.84 173.62 -
System Red Green Blue C M Y K H S L
Decimal 171 90 27 0 0.47 0.84 0.33 26.25 0.73 0.39
Hex AB 5A 1B 0 2F 54 21 1A 49 27
Octal 253 132 33 0 57 124 41 32 111 47
Binary 10101011 1011010 11011 0 101111 1010100 100001 11010 1001001 100111

Color Harmonies of #AB5A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5A1B

Black with #AB5A1B

Text Example


Text Example

White with #AB5A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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