Html Css Color HEX #AF653B Bourbon

📋 copy color: '#AF653B'

red 175 ◦ green 101 ◦ blue 59

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

Shades of Bourbon #AF653B

Tints of Bourbon #AF653B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.15%

 BLUE value IS 59 (23.44% from 255) = 17.61%

R = 52.24%
G = 30.15%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF653B (or 0xAF653B) is known color: Bourbon. HEX triplet: AF, 65 and 3B. RGB value is (175,101,59). Sum of RGB (Red+Green+Blue) = 175+101+59=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 59 (23.44% from 255 or 17.61% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF653B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF653B is #509AC4. Grayscale: #767676. Windows color (decimal): -5282501 or 3892655. OLE color: 3892655.

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

Color convert

RGB 175 101 59 -
CMYK 0 0.42 0.66 0.31
HSL 21.72º 0.5% 0.46% -
HSV(B) 21.72º 0.66% 0.69% -
XYZ 23.12 18.74 6.54 -
YUV 118.34 94.52 168.42 -
System Red Green Blue C M Y K H S L
Decimal 175 101 59 0 0.42 0.66 0.31 21.72 0.5 0.46
Hex AF 65 3B 0 2A 42 1F 16 32 2E
Octal 257 145 73 0 52 102 37 26 62 56
Binary 10101111 1100101 111011 0 101010 1000010 11111 10110 110010 101110

Color Harmonies of #AF653B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF653B

Black with #AF653B

Text Example


Text Example

White with #AF653B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF653B; }

 p { color: rgb(175,101,59); }

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

background-color css

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

 a { background-color: rgb(175,101,59); }

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

border-color css

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

 span { border-color: rgb(175,101,59); }

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