Html Css Color HEX #AB830E Dark Goldenrod

📋 copy color: '#AB830E'

red 171 ◦ green 131 ◦ blue 14

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

Shades of Dark Goldenrod #AB830E

Tints of Dark Goldenrod #AB830E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.43%

R = 54.11%
G = 41.46%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB830E (or 0xAB830E) is known color: Dark Goldenrod. HEX triplet: AB, 83 and 0E. RGB value is (171,131,14). Sum of RGB (Red+Green+Blue) = 171+131+14=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 14 (5.86% from 255 or 4.43% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB830E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB830E is #547CF1. Grayscale: #828282. Windows color (decimal): -5537010 or 951211. OLE color: 951211.

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

Color convert

RGB 171 131 14 -
CMYK 0 0.23 0.92 0.33
HSL 44.71º 0.85% 0.36% -
HSV(B) 44.71º 0.92% 0.67% -
XYZ 24.99 24.92 3.91 -
YUV 129.62 62.75 157.51 -
System Red Green Blue C M Y K H S L
Decimal 171 131 14 0 0.23 0.92 0.33 44.71 0.85 0.36
Hex AB 83 E 0 17 5C 21 2D 55 24
Octal 253 203 16 0 27 134 41 55 125 44
Binary 10101011 10000011 1110 0 10111 1011100 100001 101101 1010101 100100

Color Harmonies of #AB830E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB830E

Black with #AB830E

Text Example


Text Example

White with #AB830E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB830E; }

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

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

background-color css

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

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

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

border-color css

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

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

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