Html Css Color HEX #AB830F Dark Goldenrod

📋 copy color: '#AB830F'

red 171 ◦ green 131 ◦ blue 15

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

Shades of Dark Goldenrod #AB830F

Tints of Dark Goldenrod #AB830F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.32%

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

R = 53.94%
G = 41.32%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB830F (or 0xAB830F) is known color: Dark Goldenrod. HEX triplet: AB, 83 and 0F. RGB value is (171,131,15). Sum of RGB (Red+Green+Blue) = 171+131+15=317 (41% of max value = 765). Red value is 171 (67.19% from 255 or 53.94% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 15 (6.25% from 255 or 4.73% from 317); Max value from RGB is 171 - color contains mainly: red. Hex color #AB830F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB830F is #547CF0. Grayscale: #828282. Windows color (decimal): -5537009 or 1016747. OLE color: 1016747.

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

Color convert

RGB 171 131 15 -
CMYK 0 0.23 0.91 0.33
HSL 44.62º 0.84% 0.36% -
HSV(B) 44.62º 0.91% 0.67% -
XYZ 25 24.93 3.95 -
YUV 129.74 63.25 157.43 -
System Red Green Blue C M Y K H S L
Decimal 171 131 15 0 0.23 0.91 0.33 44.62 0.84 0.36
Hex AB 83 F 0 17 5B 21 2D 54 24
Octal 253 203 17 0 27 133 41 55 124 44
Binary 10101011 10000011 1111 0 10111 1011011 100001 101101 1010100 100100

Color Harmonies of #AB830F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB830F

Black with #AB830F

Text Example


Text Example

White with #AB830F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB830F; }

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

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

background-color css

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

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

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

border-color css

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

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

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