Html Css Color HEX #AF6C3D Bourbon

📋 copy color: '#AF6C3D'

red 175 ◦ green 108 ◦ blue 61

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

Shades of Bourbon #AF6C3D

Tints of Bourbon #AF6C3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.73%

R = 50.87%
G = 31.4%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF6C3D (or 0xAF6C3D) is known color: Bourbon. HEX triplet: AF, 6C and 3D. RGB value is (175,108,61). Sum of RGB (Red+Green+Blue) = 175+108+61=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 61 (24.22% from 255 or 17.73% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6C3D is #5093C2. Grayscale: #7A7A7A. Windows color (decimal): -5280707 or 4025519. OLE color: 4025519.

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

Color convert

RGB 175 108 61 -
CMYK 0 0.38 0.65 0.31
HSL 24.74º 0.48% 0.46% -
HSV(B) 24.74º 0.65% 0.69% -
XYZ 23.88 20.18 7.05 -
YUV 122.68 93.2 165.32 -
System Red Green Blue C M Y K H S L
Decimal 175 108 61 0 0.38 0.65 0.31 24.74 0.48 0.46
Hex AF 6C 3D 0 26 41 1F 19 30 2E
Octal 257 154 75 0 46 101 37 31 60 56
Binary 10101111 1101100 111101 0 100110 1000001 11111 11001 110000 101110

Color Harmonies of #AF6C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6C3D

Black with #AF6C3D

Text Example


Text Example

White with #AF6C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6C3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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