Html Css Color HEX #AB810F Dark Goldenrod

📋 copy color: '#AB810F'

red 171 ◦ green 129 ◦ blue 15

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

Shades of Dark Goldenrod #AB810F

Tints of Dark Goldenrod #AB810F

RGB

 RED value IS 171 (67.19% from 255) = 54.29%

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

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

R = 54.29%
G = 40.95%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB810F (or 0xAB810F) is known color: Dark Goldenrod. HEX triplet: AB, 81 and 0F. RGB value is (171,129,15). Sum of RGB (Red+Green+Blue) = 171+129+15=315 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.29% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 15 (6.25% from 255 or 4.76% from 315); Max value from RGB is 171 - color contains mainly: red. Hex color #AB810F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB810F is #547EF0. Grayscale: #818181. Windows color (decimal): -5537521 or 1016235. OLE color: 1016235.

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

Color convert

RGB 171 129 15 -
CMYK 0 0.25 0.91 0.33
HSL 43.85º 0.84% 0.36% -
HSV(B) 43.85º 0.91% 0.67% -
XYZ 24.73 24.39 3.86 -
YUV 128.56 63.91 158.27 -
System Red Green Blue C M Y K H S L
Decimal 171 129 15 0 0.25 0.91 0.33 43.85 0.84 0.36
Hex AB 81 F 0 19 5B 21 2C 54 24
Octal 253 201 17 0 31 133 41 54 124 44
Binary 10101011 10000001 1111 0 11001 1011011 100001 101100 1010100 100100

Color Harmonies of #AB810F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB810F

Black with #AB810F

Text Example


Text Example

White with #AB810F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB810F; }

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

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

background-color css

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

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

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

border-color css

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

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

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