Html Css Color HEX #AD810A Dark Goldenrod

📋 copy color: '#AD810A'

red 173 ◦ green 129 ◦ blue 10

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

Shades of Dark Goldenrod #AD810A

Tints of Dark Goldenrod #AD810A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.35%

 BLUE value IS 10 (4.3% from 255) = 3.21%

R = 55.45%
G = 41.35%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD810A (or 0xAD810A) is known color: Dark Goldenrod. HEX triplet: AD, 81 and 0A. RGB value is (173,129,10). Sum of RGB (Red+Green+Blue) = 173+129+10=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 10 (4.30% from 255 or 3.21% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD810A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD810A is #527EF5. Grayscale: #818181. Windows color (decimal): -5406454 or 688557. OLE color: 688557.

HSL color Cylindrical-coordinate representation of color #AD810A: hue angle of 43.8º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD810A is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 129 10 -
CMYK 0 0.25 0.94 0.32
HSL 43.8º 0.89% 0.36% -
HSV(B) 43.8º 0.94% 0.68% -
XYZ 25.14 24.61 3.71 -
YUV 128.59 61.08 159.68 -
System Red Green Blue C M Y K H S L
Decimal 173 129 10 0 0.25 0.94 0.32 43.8 0.89 0.36
Hex AD 81 A 0 19 5E 20 2C 59 24
Octal 255 201 12 0 31 136 40 54 131 44
Binary 10101101 10000001 1010 0 11001 1011110 100000 101100 1011001 100100

Color Harmonies of #AD810A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD810A

Black with #AD810A

Text Example


Text Example

White with #AD810A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD810A; }

 p { color: rgb(173,129,10); }

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

background-color css

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

 a { background-color: rgb(173,129,10); }

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

border-color css

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

 span { border-color: rgb(173,129,10); }

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