Html Css Color HEX #AD810F Dark Goldenrod

📋 copy color: '#AD810F'

red 173 ◦ green 129 ◦ blue 15

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

Shades of Dark Goldenrod #AD810F

Tints of Dark Goldenrod #AD810F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.73%

R = 54.57%
G = 40.69%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD810F (or 0xAD810F) is known color: Dark Goldenrod. HEX triplet: AD, 81 and 0F. RGB value is (173,129,15). Sum of RGB (Red+Green+Blue) = 173+129+15=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 129 (50.78% from 255 or 40.69% from 317); Blue value is 15 (6.25% from 255 or 4.73% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD810F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD810F is #527EF0. Grayscale: #818181. Windows color (decimal): -5406449 or 1016237. OLE color: 1016237.

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

Color convert

RGB 173 129 15 -
CMYK 0 0.25 0.91 0.32
HSL 43.29º 0.84% 0.37% -
HSV(B) 43.29º 0.91% 0.68% -
XYZ 25.17 24.62 3.88 -
YUV 129.16 63.58 159.27 -
System Red Green Blue C M Y K H S L
Decimal 173 129 15 0 0.25 0.91 0.32 43.29 0.84 0.37
Hex AD 81 F 0 19 5B 20 2B 54 25
Octal 255 201 17 0 31 133 40 53 124 45
Binary 10101101 10000001 1111 0 11001 1011011 100000 101011 1010100 100101

Color Harmonies of #AD810F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD810F

Black with #AD810F

Text Example


Text Example

White with #AD810F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD810F; }

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

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

background-color css

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

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

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

border-color css

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

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

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