Html Css Color HEX #AF8B13 Dark Goldenrod

📋 copy color: '#AF8B13'

red 175 ◦ green 139 ◦ blue 19

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

Shades of Dark Goldenrod #AF8B13

Tints of Dark Goldenrod #AF8B13

RGB

 RED value IS 175 (68.75% from 255) = 52.55%

 GREEN value IS 139 (54.69% from 255) = 41.74%

 BLUE value IS 19 (7.81% from 255) = 5.71%

R = 52.55%
G = 41.74%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF8B13 (or 0xAF8B13) is known color: Dark Goldenrod. HEX triplet: AF, 8B and 13. RGB value is (175,139,19). Sum of RGB (Red+Green+Blue) = 175+139+19=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 139 (54.69% from 255 or 41.74% from 333); Blue value is 19 (7.81% from 255 or 5.71% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8B13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8B13 is #5074EC. Grayscale: #888888. Windows color (decimal): -5272813 or 1280943. OLE color: 1280943.

HSL color Cylindrical-coordinate representation of color #AF8B13: hue angle of 46.15º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF8B13 is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 139 19 -
CMYK 0 0.21 0.89 0.31
HSL 46.15º 0.8% 0.38% -
HSV(B) 46.15º 0.89% 0.69% -
XYZ 27.03 27.63 4.52 -
YUV 136.08 61.93 155.76 -
System Red Green Blue C M Y K H S L
Decimal 175 139 19 0 0.21 0.89 0.31 46.15 0.8 0.38
Hex AF 8B 13 0 15 59 1F 2E 50 26
Octal 257 213 23 0 25 131 37 56 120 46
Binary 10101111 10001011 10011 0 10101 1011001 11111 101110 1010000 100110

Color Harmonies of #AF8B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8B13

Black with #AF8B13

Text Example


Text Example

White with #AF8B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8B13; }

 p { color: rgb(175,139,19); }

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

background-color css

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

 a { background-color: rgb(175,139,19); }

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

border-color css

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

 span { border-color: rgb(175,139,19); }

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