Html Css Color HEX #AF713F Bourbon

📋 copy color: '#AF713F'

red 175 ◦ green 113 ◦ blue 63

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

Shades of Bourbon #AF713F

Tints of Bourbon #AF713F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.95%

R = 49.86%
G = 32.19%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF713F (or 0xAF713F) is known color: Bourbon. HEX triplet: AF, 71 and 3F. RGB value is (175,113,63). Sum of RGB (Red+Green+Blue) = 175+113+63=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 63 (25% from 255 or 17.95% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF713F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF713F is #508EC0. Grayscale: #7E7E7E. Windows color (decimal): -5279425 or 4157871. OLE color: 4157871.

HSL color Cylindrical-coordinate representation of color #AF713F: hue angle of 26.79º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF713F is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 113 63 -
CMYK 0 0.35 0.64 0.31
HSL 26.79º 0.47% 0.47% -
HSV(B) 26.79º 0.64% 0.69% -
XYZ 24.48 21.28 7.52 -
YUV 125.84 92.54 163.07 -
System Red Green Blue C M Y K H S L
Decimal 175 113 63 0 0.35 0.64 0.31 26.79 0.47 0.47
Hex AF 71 3F 0 23 40 1F 1B 2F 2F
Octal 257 161 77 0 43 100 37 33 57 57
Binary 10101111 1110001 111111 0 100011 1000000 11111 11011 101111 101111

Color Harmonies of #AF713F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF713F

Black with #AF713F

Text Example


Text Example

White with #AF713F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF713F; }

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

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

background-color css

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

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

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

border-color css

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

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

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