Html Css Color HEX #AF740E Dark Goldenrod

📋 copy color: '#AF740E'

red 175 ◦ green 116 ◦ blue 14

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

Shades of Dark Goldenrod #AF740E

Tints of Dark Goldenrod #AF740E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.03%

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

R = 57.38%
G = 38.03%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#AF740E (or 0xAF740E) is known color: Dark Goldenrod. HEX triplet: AF, 74 and 0E. RGB value is (175,116,14). Sum of RGB (Red+Green+Blue) = 175+116+14=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 14 (5.86% from 255 or 4.59% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF740E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF740E is #508BF1. Grayscale: #7A7A7A. Windows color (decimal): -5278706 or 947375. OLE color: 947375.

HSL color Cylindrical-coordinate representation of color #AF740E: hue angle of 38.01º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF740E is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 116 14 -
CMYK 0 0.34 0.92 0.31
HSL 38.01º 0.85% 0.37% -
HSV(B) 38.01º 0.92% 0.69% -
XYZ 24 21.64 3.33 -
YUV 122.01 67.05 165.79 -
System Red Green Blue C M Y K H S L
Decimal 175 116 14 0 0.34 0.92 0.31 38.01 0.85 0.37
Hex AF 74 E 0 22 5C 1F 26 55 25
Octal 257 164 16 0 42 134 37 46 125 45
Binary 10101111 1110100 1110 0 100010 1011100 11111 100110 1010101 100101

Color Harmonies of #AF740E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF740E

Black with #AF740E

Text Example


Text Example

White with #AF740E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF740E; }

 p { color: rgb(175,116,14); }

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

background-color css

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

 a { background-color: rgb(175,116,14); }

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

border-color css

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

 span { border-color: rgb(175,116,14); }

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