Html Css Color HEX #AD581A Rich Gold

📋 copy color: '#AD581A'

red 173 ◦ green 88 ◦ blue 26

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

Shades of Rich Gold #AD581A

Tints of Rich Gold #AD581A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.06%

R = 60.28%
G = 30.66%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AD581A (or 0xAD581A) is known color: Rich Gold. HEX triplet: AD, 58 and 1A. RGB value is (173,88,26). Sum of RGB (Red+Green+Blue) = 173+88+26=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 26 (10.55% from 255 or 9.06% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD581A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD581A is #52A7E5. Grayscale: #6A6A6A. Windows color (decimal): -5416934 or 1726637. OLE color: 1726637.

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

Color convert

RGB 173 88 26 -
CMYK 0 0.49 0.85 0.32
HSL 25.31º 0.74% 0.39% -
HSV(B) 25.31º 0.85% 0.68% -
XYZ 20.91 15.94 2.95 -
YUV 106.35 82.66 175.54 -
System Red Green Blue C M Y K H S L
Decimal 173 88 26 0 0.49 0.85 0.32 25.31 0.74 0.39
Hex AD 58 1A 0 31 55 20 19 4A 27
Octal 255 130 32 0 61 125 40 31 112 47
Binary 10101101 1011000 11010 0 110001 1010101 100000 11001 1001010 100111

Color Harmonies of #AD581A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD581A

Black with #AD581A

Text Example


Text Example

White with #AD581A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD581A; }

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

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

background-color css

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

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

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

border-color css

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

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

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