Html Css Color HEX #AF740F Dark Goldenrod

📋 copy color: '#AF740F'

red 175 ◦ green 116 ◦ blue 15

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

Shades of Dark Goldenrod #AF740F

Tints of Dark Goldenrod #AF740F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.9%

R = 57.19%
G = 37.91%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF740F (or 0xAF740F) is known color: Dark Goldenrod. HEX triplet: AF, 74 and 0F. RGB value is (175,116,15). Sum of RGB (Red+Green+Blue) = 175+116+15=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 15 (6.25% from 255 or 4.90% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF740F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF740F is #508BF0. Grayscale: #7A7A7A. Windows color (decimal): -5278705 or 1012911. OLE color: 1012911.

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

Color convert

RGB 175 116 15 -
CMYK 0 0.34 0.91 0.31
HSL 37.88º 0.84% 0.37% -
HSV(B) 37.88º 0.91% 0.69% -
XYZ 24.01 21.64 3.36 -
YUV 122.13 67.55 165.71 -
System Red Green Blue C M Y K H S L
Decimal 175 116 15 0 0.34 0.91 0.31 37.88 0.84 0.37
Hex AF 74 F 0 22 5B 1F 26 54 25
Octal 257 164 17 0 42 133 37 46 124 45
Binary 10101111 1110100 1111 0 100010 1011011 11111 100110 1010100 100101

Color Harmonies of #AF740F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF740F

Black with #AF740F

Text Example


Text Example

White with #AF740F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF740F; }

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

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

background-color css

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

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

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

border-color css

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

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

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