Html Css Color HEX #AB7F0F Dark Goldenrod

📋 copy color: '#AB7F0F'

red 171 ◦ green 127 ◦ blue 15

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

Shades of Dark Goldenrod #AB7F0F

Tints of Dark Goldenrod #AB7F0F

RGB

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

 GREEN value IS 127 (50% from 255) = 40.58%

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

R = 54.63%
G = 40.58%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB7F0F (or 0xAB7F0F) is known color: Dark Goldenrod. HEX triplet: AB, 7F and 0F. RGB value is (171,127,15). Sum of RGB (Red+Green+Blue) = 171+127+15=313 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.63% from 313); Green value is 127 (50% from 255 or 40.58% from 313); Blue value is 15 (6.25% from 255 or 4.79% from 313); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7F0F is #5480F0. Grayscale: #7F7F7F. Windows color (decimal): -5538033 or 1015723. OLE color: 1015723.

HSL color Cylindrical-coordinate representation of color #AB7F0F: hue angle of 43.08º 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 #AB7F0F is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 127 15 -
CMYK 0 0.26 0.91 0.33
HSL 43.08º 0.84% 0.36% -
HSV(B) 43.08º 0.91% 0.67% -
XYZ 24.47 23.87 3.77 -
YUV 127.39 64.58 159.11 -
System Red Green Blue C M Y K H S L
Decimal 171 127 15 0 0.26 0.91 0.33 43.08 0.84 0.36
Hex AB 7F F 0 1A 5B 21 2B 54 24
Octal 253 177 17 0 32 133 41 53 124 44
Binary 10101011 1111111 1111 0 11010 1011011 100001 101011 1010100 100100

Color Harmonies of #AB7F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7F0F

Black with #AB7F0F

Text Example


Text Example

White with #AB7F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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