Html Css Color HEX #AF7714 Dark Goldenrod

📋 copy color: '#AF7714'

red 175 ◦ green 119 ◦ blue 20

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

Shades of Dark Goldenrod #AF7714

Tints of Dark Goldenrod #AF7714

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.9%

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

R = 55.73%
G = 37.9%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF7714 (or 0xAF7714) is known color: Dark Goldenrod. HEX triplet: AF, 77 and 14. RGB value is (175,119,20). Sum of RGB (Red+Green+Blue) = 175+119+20=314 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.73% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 20 (8.20% from 255 or 6.37% from 314); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7714 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7714 is #5088EB. Grayscale: #7C7C7C. Windows color (decimal): -5277932 or 1341359. OLE color: 1341359.

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

Color convert

RGB 175 119 20 -
CMYK 0 0.32 0.89 0.31
HSL 38.32º 0.79% 0.38% -
HSV(B) 38.32º 0.89% 0.69% -
XYZ 24.4 22.36 3.69 -
YUV 124.46 69.05 164.05 -
System Red Green Blue C M Y K H S L
Decimal 175 119 20 0 0.32 0.89 0.31 38.32 0.79 0.38
Hex AF 77 14 0 20 59 1F 26 4F 26
Octal 257 167 24 0 40 131 37 46 117 46
Binary 10101111 1110111 10100 0 100000 1011001 11111 100110 1001111 100110

Color Harmonies of #AF7714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7714

Black with #AF7714

Text Example


Text Example

White with #AF7714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7714; }

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

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

background-color css

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

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

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

border-color css

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

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

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