Html Css Color HEX #AF7113 Golden Brown

📋 copy color: '#AF7113'

red 175 ◦ green 113 ◦ blue 19

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

Shades of Golden Brown #AF7113

Tints of Golden Brown #AF7113

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.81%

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

R = 57%
G = 36.81%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF7113 (or 0xAF7113) is known color: Golden Brown. HEX triplet: AF, 71 and 13. RGB value is (175,113,19). Sum of RGB (Red+Green+Blue) = 175+113+19=307 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.00% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 19 (7.81% from 255 or 6.19% from 307); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7113 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7113 is #508EEC. Grayscale: #797979. Windows color (decimal): -5279469 or 1274287. OLE color: 1274287.

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

Color convert

RGB 175 113 19 -
CMYK 0 0.35 0.89 0.31
HSL 36.15º 0.8% 0.38% -
HSV(B) 36.15º 0.89% 0.69% -
XYZ 23.7 20.97 3.41 -
YUV 120.82 70.54 166.64 -
System Red Green Blue C M Y K H S L
Decimal 175 113 19 0 0.35 0.89 0.31 36.15 0.8 0.38
Hex AF 71 13 0 23 59 1F 24 50 26
Octal 257 161 23 0 43 131 37 44 120 46
Binary 10101111 1110001 10011 0 100011 1011001 11111 100100 1010000 100110

Color Harmonies of #AF7113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7113

Black with #AF7113

Text Example


Text Example

White with #AF7113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7113; }

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

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

background-color css

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

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

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

border-color css

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

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

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