Html Css Color HEX #AF753C Bourbon

📋 copy color: '#AF753C'

red 175 ◦ green 117 ◦ blue 60

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

Shades of Bourbon #AF753C

Tints of Bourbon #AF753C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.24%

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

R = 49.72%
G = 33.24%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF753C (or 0xAF753C) is known color: Bourbon. HEX triplet: AF, 75 and 3C. RGB value is (175,117,60). Sum of RGB (Red+Green+Blue) = 175+117+60=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 60 (23.83% from 255 or 17.05% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF753C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF753C is #508AC3. Grayscale: #808080. Windows color (decimal): -5278404 or 3962287. OLE color: 3962287.

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

Color convert

RGB 175 117 60 -
CMYK 0 0.33 0.66 0.31
HSL 29.74º 0.49% 0.46% -
HSV(B) 29.74º 0.66% 0.69% -
XYZ 24.86 22.16 7.24 -
YUV 127.84 89.72 161.63 -
System Red Green Blue C M Y K H S L
Decimal 175 117 60 0 0.33 0.66 0.31 29.74 0.49 0.46
Hex AF 75 3C 0 21 42 1F 1E 31 2E
Octal 257 165 74 0 41 102 37 36 61 56
Binary 10101111 1110101 111100 0 100001 1000010 11111 11110 110001 101110

Color Harmonies of #AF753C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF753C

Black with #AF753C

Text Example


Text Example

White with #AF753C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF753C; }

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

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

background-color css

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

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

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

border-color css

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

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

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