Html Css Color HEX #AD581F Rich Gold

📋 copy color: '#AD581F'

red 173 ◦ green 88 ◦ blue 31

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

Shades of Rich Gold #AD581F

Tints of Rich Gold #AD581F

RGB

 RED value IS 173 (67.97% from 255) = 59.25%

 GREEN value IS 88 (34.77% from 255) = 30.14%

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

R = 59.25%
G = 30.14%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD581F (or 0xAD581F) is known color: Rich Gold. HEX triplet: AD, 58 and 1F. RGB value is (173,88,31). Sum of RGB (Red+Green+Blue) = 173+88+31=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 31 (12.5% from 255 or 10.62% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD581F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD581F is #52A7E0. Grayscale: #6B6B6B. Windows color (decimal): -5416929 or 2054317. OLE color: 2054317.

HSL color Cylindrical-coordinate representation of color #AD581F: hue angle of 24.08º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD581F is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 88 31 -
CMYK 0 0.49 0.82 0.32
HSL 24.08º 0.7% 0.4% -
HSV(B) 24.08º 0.82% 0.68% -
XYZ 20.97 15.96 3.27 -
YUV 106.92 85.16 175.13 -
System Red Green Blue C M Y K H S L
Decimal 173 88 31 0 0.49 0.82 0.32 24.08 0.7 0.4
Hex AD 58 1F 0 31 52 20 18 46 28
Octal 255 130 37 0 61 122 40 30 106 50
Binary 10101101 1011000 11111 0 110001 1010010 100000 11000 1000110 101000

Color Harmonies of #AD581F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD581F

Black with #AD581F

Text Example


Text Example

White with #AD581F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD581F; }

 p { color: rgb(173,88,31); }

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

background-color css

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

 a { background-color: rgb(173,88,31); }

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

border-color css

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

 span { border-color: rgb(173,88,31); }

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