Html Css Color HEX #AF744B Bourbon

📋 copy color: '#AF744B'

red 175 ◦ green 116 ◦ blue 75

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

Shades of Bourbon #AF744B

Tints of Bourbon #AF744B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.49%

R = 47.81%
G = 31.69%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF744B (or 0xAF744B) is known color: Bourbon. HEX triplet: AF, 74 and 4B. RGB value is (175,116,75). Sum of RGB (Red+Green+Blue) = 175+116+75=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 75 (29.69% from 255 or 20.49% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF744B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF744B is #508BB4. Grayscale: #818181. Windows color (decimal): -5278645 or 4945071. OLE color: 4945071.

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

Color convert

RGB 175 116 75 -
CMYK 0 0.34 0.57 0.31
HSL 24.6º 0.4% 0.49% -
HSV(B) 24.6º 0.57% 0.69% -
XYZ 25.19 22.11 9.6 -
YUV 128.97 97.55 160.83 -
System Red Green Blue C M Y K H S L
Decimal 175 116 75 0 0.34 0.57 0.31 24.6 0.4 0.49
Hex AF 74 4B 0 22 39 1F 19 28 31
Octal 257 164 113 0 42 71 37 31 50 61
Binary 10101111 1110100 1001011 0 100010 111001 11111 11001 101000 110001

Color Harmonies of #AF744B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF744B

Black with #AF744B

Text Example


Text Example

White with #AF744B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF744B; }

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

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

background-color css

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

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

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

border-color css

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

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

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