Html Css Color HEX #AF6944 Bourbon

📋 copy color: '#AF6944'

red 175 ◦ green 105 ◦ blue 68

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

Shades of Bourbon #AF6944

Tints of Bourbon #AF6944

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.17%

 BLUE value IS 68 (26.95% from 255) = 19.54%

R = 50.29%
G = 30.17%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF6944 (or 0xAF6944) is known color: Bourbon. HEX triplet: AF, 69 and 44. RGB value is (175,105,68). Sum of RGB (Red+Green+Blue) = 175+105+68=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 68 (26.95% from 255 or 19.54% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6944 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6944 is #5096BB. Grayscale: #797979. Windows color (decimal): -5281468 or 4483503. OLE color: 4483503.

HSL color Cylindrical-coordinate representation of color #AF6944: hue angle of 20.75º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF6944 is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 105 68 -
CMYK 0 0.40 0.61 0.31
HSL 20.75º 0.44% 0.48% -
HSV(B) 20.75º 0.61% 0.69% -
XYZ 23.77 19.63 8.01 -
YUV 121.71 97.69 166.01 -
System Red Green Blue C M Y K H S L
Decimal 175 105 68 0 0.40 0.61 0.31 20.75 0.44 0.48
Hex AF 69 44 0 28 3D 1F 15 2C 30
Octal 257 151 104 0 50 75 37 25 54 60
Binary 10101111 1101001 1000100 0 101000 111101 11111 10101 101100 110000

Color Harmonies of #AF6944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6944

Black with #AF6944

Text Example


Text Example

White with #AF6944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6944; }

 p { color: rgb(175,105,68); }

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

background-color css

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

 a { background-color: rgb(175,105,68); }

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

border-color css

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

 span { border-color: rgb(175,105,68); }

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