Html Css Color HEX #AD891A Dark Goldenrod

📋 copy color: '#AD891A'

red 173 ◦ green 137 ◦ blue 26

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

Shades of Dark Goldenrod #AD891A

Tints of Dark Goldenrod #AD891A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.77%

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

R = 51.49%
G = 40.77%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AD891A (or 0xAD891A) is known color: Dark Goldenrod. HEX triplet: AD, 89 and 1A. RGB value is (173,137,26). Sum of RGB (Red+Green+Blue) = 173+137+26=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 137 (53.91% from 255 or 40.77% from 336); Blue value is 26 (10.55% from 255 or 7.74% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD891A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD891A is #5276E5. Grayscale: #878787. Windows color (decimal): -5404390 or 1739181. OLE color: 1739181.

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

Color convert

RGB 173 137 26 -
CMYK 0 0.21 0.85 0.32
HSL 45.31º 0.74% 0.39% -
HSV(B) 45.31º 0.85% 0.68% -
XYZ 26.37 26.85 4.77 -
YUV 135.11 66.43 155.03 -
System Red Green Blue C M Y K H S L
Decimal 173 137 26 0 0.21 0.85 0.32 45.31 0.74 0.39
Hex AD 89 1A 0 15 55 20 2D 4A 27
Octal 255 211 32 0 25 125 40 55 112 47
Binary 10101101 10001001 11010 0 10101 1010101 100000 101101 1001010 100111

Color Harmonies of #AD891A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD891A

Black with #AD891A

Text Example


Text Example

White with #AD891A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD891A; }

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

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

background-color css

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

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

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

border-color css

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

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

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