Html Css Color HEX #AF7514 Dark Goldenrod

📋 copy color: '#AF7514'

red 175 ◦ green 117 ◦ blue 20

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

Shades of Dark Goldenrod #AF7514

Tints of Dark Goldenrod #AF7514

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.5%

 BLUE value IS 20 (8.2% from 255) = 6.41%

R = 56.09%
G = 37.5%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF7514 (or 0xAF7514) is known color: Dark Goldenrod. HEX triplet: AF, 75 and 14. RGB value is (175,117,20). Sum of RGB (Red+Green+Blue) = 175+117+20=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 20 (8.20% from 255 or 6.41% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7514 is #508AEB. Grayscale: #7B7B7B. Windows color (decimal): -5278444 or 1340847. OLE color: 1340847.

HSL color Cylindrical-coordinate representation of color #AF7514: hue angle of 37.55º degrees, saturation: 0.79, 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 #AF7514 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 117 20 -
CMYK 0 0.33 0.89 0.31
HSL 37.55º 0.79% 0.38% -
HSV(B) 37.55º 0.89% 0.69% -
XYZ 24.17 21.89 3.61 -
YUV 123.28 69.72 164.89 -
System Red Green Blue C M Y K H S L
Decimal 175 117 20 0 0.33 0.89 0.31 37.55 0.79 0.38
Hex AF 75 14 0 21 59 1F 26 4F 26
Octal 257 165 24 0 41 131 37 46 117 46
Binary 10101111 1110101 10100 0 100001 1011001 11111 100110 1001111 100110

Color Harmonies of #AF7514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7514

Black with #AF7514

Text Example


Text Example

White with #AF7514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7514; }

 p { color: rgb(175,117,20); }

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

background-color css

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

 a { background-color: rgb(175,117,20); }

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

border-color css

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

 span { border-color: rgb(175,117,20); }

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