Html Css Color HEX #AF6C3C Bourbon

📋 copy color: '#AF6C3C'

red 175 ◦ green 108 ◦ blue 60

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

Shades of Bourbon #AF6C3C

Tints of Bourbon #AF6C3C

RGB

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

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

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

R = 51.02%
G = 31.49%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF6C3C (or 0xAF6C3C) is known color: Bourbon. HEX triplet: AF, 6C and 3C. RGB value is (175,108,60). Sum of RGB (Red+Green+Blue) = 175+108+60=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6C3C is #5093C3. Grayscale: #7A7A7A. Windows color (decimal): -5280708 or 3959983. OLE color: 3959983.

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

Color convert

RGB 175 108 60 -
CMYK 0 0.38 0.66 0.31
HSL 25.04º 0.49% 0.46% -
HSV(B) 25.04º 0.66% 0.69% -
XYZ 23.86 20.17 6.91 -
YUV 122.56 92.7 165.4 -
System Red Green Blue C M Y K H S L
Decimal 175 108 60 0 0.38 0.66 0.31 25.04 0.49 0.46
Hex AF 6C 3C 0 26 42 1F 19 31 2E
Octal 257 154 74 0 46 102 37 31 61 56
Binary 10101111 1101100 111100 0 100110 1000010 11111 11001 110001 101110

Color Harmonies of #AF6C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6C3C

Black with #AF6C3C

Text Example


Text Example

White with #AF6C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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