Html Css Color HEX #AB5423 Rich Gold

📋 copy color: '#AB5423'

red 171 ◦ green 84 ◦ blue 35

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

Shades of Rich Gold #AB5423

Tints of Rich Gold #AB5423

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.97%

 BLUE value IS 35 (14.06% from 255) = 12.07%

R = 58.97%
G = 28.97%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AB5423 (or 0xAB5423) is known color: Rich Gold. HEX triplet: AB, 54 and 23. RGB value is (171,84,35). Sum of RGB (Red+Green+Blue) = 171+84+35=290 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.97% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 35 (14.06% from 255 or 12.07% from 290); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5423 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5423 is #54ABDC. Grayscale: #686868. Windows color (decimal): -5549021 or 2315435. OLE color: 2315435.

HSL color Cylindrical-coordinate representation of color #AB5423: hue angle of 21.62º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB5423 is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 84 35 -
CMYK 0 0.51 0.80 0.33
HSL 21.62º 0.66% 0.4% -
HSV(B) 21.62º 0.8% 0.67% -
XYZ 20.27 15.12 3.44 -
YUV 104.43 88.82 175.48 -
System Red Green Blue C M Y K H S L
Decimal 171 84 35 0 0.51 0.80 0.33 21.62 0.66 0.4
Hex AB 54 23 0 33 50 21 16 42 28
Octal 253 124 43 0 63 120 41 26 102 50
Binary 10101011 1010100 100011 0 110011 1010000 100001 10110 1000010 101000

Color Harmonies of #AB5423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5423

Black with #AB5423

Text Example


Text Example

White with #AB5423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5423; }

 p { color: rgb(171,84,35); }

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

background-color css

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

 a { background-color: rgb(171,84,35); }

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

border-color css

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

 span { border-color: rgb(171,84,35); }

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