Html Css Color HEX #AB730B Dark Goldenrod

📋 copy color: '#AB730B'

red 171 ◦ green 115 ◦ blue 11

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

Shades of Dark Goldenrod #AB730B

Tints of Dark Goldenrod #AB730B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.7%

R = 57.58%
G = 38.72%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AB730B (or 0xAB730B) is known color: Dark Goldenrod. HEX triplet: AB, 73 and 0B. RGB value is (171,115,11). Sum of RGB (Red+Green+Blue) = 171+115+11=297 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.58% from 297); Green value is 115 (45.31% from 255 or 38.72% from 297); Blue value is 11 (4.69% from 255 or 3.70% from 297); Max value from RGB is 171 - color contains mainly: red. Hex color #AB730B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB730B is #548CF4. Grayscale: #787878. Windows color (decimal): -5541109 or 750507. OLE color: 750507.

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

Color convert

RGB 171 115 11 -
CMYK 0 0.33 0.94 0.33
HSL 39º 0.88% 0.36% -
HSV(B) 39º 0.94% 0.67% -
XYZ 22.99 20.94 3.15 -
YUV 119.89 66.55 164.46 -
System Red Green Blue C M Y K H S L
Decimal 171 115 11 0 0.33 0.94 0.33 39 0.88 0.36
Hex AB 73 B 0 21 5E 21 27 58 24
Octal 253 163 13 0 41 136 41 47 130 44
Binary 10101011 1110011 1011 0 100001 1011110 100001 100111 1011000 100100

Color Harmonies of #AB730B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB730B

Black with #AB730B

Text Example


Text Example

White with #AB730B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB730B; }

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

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

background-color css

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

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

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

border-color css

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

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

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