Html Css Color HEX #AF743F Bourbon

📋 copy color: '#AF743F'

red 175 ◦ green 116 ◦ blue 63

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

Shades of Bourbon #AF743F

Tints of Bourbon #AF743F

RGB

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

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

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

R = 49.44%
G = 32.77%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF743F (or 0xAF743F) is known color: Bourbon. HEX triplet: AF, 74 and 3F. RGB value is (175,116,63). Sum of RGB (Red+Green+Blue) = 175+116+63=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 63 (25% from 255 or 17.80% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF743F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF743F is #508BC0. Grayscale: #7F7F7F. Windows color (decimal): -5278657 or 4158639. OLE color: 4158639.

HSL color Cylindrical-coordinate representation of color #AF743F: hue angle of 28.39º 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 #AF743F is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 116 63 -
CMYK 0 0.34 0.64 0.31
HSL 28.39º 0.47% 0.47% -
HSV(B) 28.39º 0.64% 0.69% -
XYZ 24.82 21.96 7.63 -
YUV 127.6 91.55 161.81 -
System Red Green Blue C M Y K H S L
Decimal 175 116 63 0 0.34 0.64 0.31 28.39 0.47 0.47
Hex AF 74 3F 0 22 40 1F 1C 2F 2F
Octal 257 164 77 0 42 100 37 34 57 57
Binary 10101111 1110100 111111 0 100010 1000000 11111 11100 101111 101111

Color Harmonies of #AF743F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF743F

Black with #AF743F

Text Example


Text Example

White with #AF743F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF743F; }

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

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

background-color css

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

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

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

border-color css

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

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

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