Html Css Color HEX #AB730E Dark Goldenrod

📋 copy color: '#AB730E'

red 171 ◦ green 115 ◦ blue 14

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

Shades of Dark Goldenrod #AB730E

Tints of Dark Goldenrod #AB730E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.33%

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

R = 57%
G = 38.33%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB730E (or 0xAB730E) is known color: Dark Goldenrod. HEX triplet: AB, 73 and 0E. RGB value is (171,115,14). Sum of RGB (Red+Green+Blue) = 171+115+14=300 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57% from 300); Green value is 115 (45.31% from 255 or 38.33% from 300); Blue value is 14 (5.86% from 255 or 4.67% from 300); Max value from RGB is 171 - color contains mainly: red. Hex color #AB730E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB730E is #548CF1. Grayscale: #787878. Windows color (decimal): -5541106 or 947115. OLE color: 947115.

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

Color convert

RGB 171 115 14 -
CMYK 0 0.33 0.92 0.33
HSL 38.6º 0.85% 0.36% -
HSV(B) 38.6º 0.92% 0.67% -
XYZ 23 20.95 3.25 -
YUV 120.23 68.05 164.21 -
System Red Green Blue C M Y K H S L
Decimal 171 115 14 0 0.33 0.92 0.33 38.6 0.85 0.36
Hex AB 73 E 0 21 5C 21 27 55 24
Octal 253 163 16 0 41 134 41 47 125 44
Binary 10101011 1110011 1110 0 100001 1011100 100001 100111 1010101 100100

Color Harmonies of #AB730E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB730E

Black with #AB730E

Text Example


Text Example

White with #AB730E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB730E; }

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

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

background-color css

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

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

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

border-color css

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

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

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