Html Css Color HEX #AD5C1A Rich Gold

📋 copy color: '#AD5C1A'

red 173 ◦ green 92 ◦ blue 26

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

Shades of Rich Gold #AD5C1A

Tints of Rich Gold #AD5C1A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.62%

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

R = 59.45%
G = 31.62%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AD5C1A (or 0xAD5C1A) is known color: Rich Gold. HEX triplet: AD, 5C and 1A. RGB value is (173,92,26). Sum of RGB (Red+Green+Blue) = 173+92+26=291 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.45% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 26 (10.55% from 255 or 8.93% from 291); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5C1A is #52A3E5. Grayscale: #6D6D6D. Windows color (decimal): -5415910 or 1727661. OLE color: 1727661.

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

Color convert

RGB 173 92 26 -
CMYK 0 0.47 0.85 0.32
HSL 26.94º 0.74% 0.39% -
HSV(B) 26.94º 0.85% 0.68% -
XYZ 21.25 16.61 3.06 -
YUV 108.7 81.34 173.87 -
System Red Green Blue C M Y K H S L
Decimal 173 92 26 0 0.47 0.85 0.32 26.94 0.74 0.39
Hex AD 5C 1A 0 2F 55 20 1B 4A 27
Octal 255 134 32 0 57 125 40 33 112 47
Binary 10101101 1011100 11010 0 101111 1010101 100000 11011 1001010 100111

Color Harmonies of #AD5C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5C1A

Black with #AD5C1A

Text Example


Text Example

White with #AD5C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5C1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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