Html Css Color HEX #AF6C44 Bourbon

📋 copy color: '#AF6C44'

red 175 ◦ green 108 ◦ blue 68

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

Shades of Bourbon #AF6C44

Tints of Bourbon #AF6C44

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.77%

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

R = 49.86%
G = 30.77%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF6C44 (or 0xAF6C44) is known color: Bourbon. HEX triplet: AF, 6C and 44. RGB value is (175,108,68). Sum of RGB (Red+Green+Blue) = 175+108+68=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 108 (42.58% from 255 or 30.77% from 351); Blue value is 68 (26.95% from 255 or 19.37% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6C44 is #5093BB. Grayscale: #7B7B7B. Windows color (decimal): -5280700 or 4484271. OLE color: 4484271.

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

Color convert

RGB 175 108 68 -
CMYK 0 0.38 0.61 0.31
HSL 22.43º 0.44% 0.48% -
HSV(B) 22.43º 0.61% 0.69% -
XYZ 24.09 20.26 8.11 -
YUV 123.47 96.7 164.75 -
System Red Green Blue C M Y K H S L
Decimal 175 108 68 0 0.38 0.61 0.31 22.43 0.44 0.48
Hex AF 6C 44 0 26 3D 1F 16 2C 30
Octal 257 154 104 0 46 75 37 26 54 60
Binary 10101111 1101100 1000100 0 100110 111101 11111 10110 101100 110000

Color Harmonies of #AF6C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6C44

Black with #AF6C44

Text Example


Text Example

White with #AF6C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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