Html Css Color HEX #AF713C Bourbon

📋 copy color: '#AF713C'

red 175 ◦ green 113 ◦ blue 60

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

Shades of Bourbon #AF713C

Tints of Bourbon #AF713C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.24%

R = 50.29%
G = 32.47%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF713C (or 0xAF713C) is known color: Bourbon. HEX triplet: AF, 71 and 3C. RGB value is (175,113,60). Sum of RGB (Red+Green+Blue) = 175+113+60=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 60 (23.83% from 255 or 17.24% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF713C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF713C is #508EC3. Grayscale: #7D7D7D. Windows color (decimal): -5279428 or 3961263. OLE color: 3961263.

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

Color convert

RGB 175 113 60 -
CMYK 0 0.35 0.66 0.31
HSL 27.65º 0.49% 0.46% -
HSV(B) 27.65º 0.66% 0.69% -
XYZ 24.4 21.25 7.09 -
YUV 125.5 91.04 163.31 -
System Red Green Blue C M Y K H S L
Decimal 175 113 60 0 0.35 0.66 0.31 27.65 0.49 0.46
Hex AF 71 3C 0 23 42 1F 1C 31 2E
Octal 257 161 74 0 43 102 37 34 61 56
Binary 10101111 1110001 111100 0 100011 1000010 11111 11100 110001 101110

Color Harmonies of #AF713C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF713C

Black with #AF713C

Text Example


Text Example

White with #AF713C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF713C; }

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

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

background-color css

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

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

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

border-color css

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

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

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