Html Css Color HEX #AD4B1A Rich Gold

📋 copy color: '#AD4B1A'

red 173 ◦ green 75 ◦ blue 26

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

Shades of Rich Gold #AD4B1A

Tints of Rich Gold #AD4B1A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.37%

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

R = 63.14%
G = 27.37%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AD4B1A (or 0xAD4B1A) is known color: Rich Gold. HEX triplet: AD, 4B and 1A. RGB value is (173,75,26). Sum of RGB (Red+Green+Blue) = 173+75+26=274 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.14% from 274); Green value is 75 (29.69% from 255 or 27.37% from 274); Blue value is 26 (10.55% from 255 or 9.49% from 274); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4B1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4B1A is #52B4E5. Grayscale: #636363. Windows color (decimal): -5420262 or 1723309. OLE color: 1723309.

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

Color convert

RGB 173 75 26 -
CMYK 0 0.57 0.85 0.32
HSL 20º 0.74% 0.39% -
HSV(B) 20º 0.85% 0.68% -
XYZ 19.94 13.99 2.63 -
YUV 98.72 86.97 180.98 -
System Red Green Blue C M Y K H S L
Decimal 173 75 26 0 0.57 0.85 0.32 20 0.74 0.39
Hex AD 4B 1A 0 39 55 20 14 4A 27
Octal 255 113 32 0 71 125 40 24 112 47
Binary 10101101 1001011 11010 0 111001 1010101 100000 10100 1001010 100111

Color Harmonies of #AD4B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4B1A

Black with #AD4B1A

Text Example


Text Example

White with #AD4B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4B1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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