Html Css Color HEX #AF6638 Bourbon

📋 copy color: '#AF6638'

red 175 ◦ green 102 ◦ blue 56

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

Shades of Bourbon #AF6638

Tints of Bourbon #AF6638

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.63%

 BLUE value IS 56 (22.27% from 255) = 16.82%

R = 52.55%
G = 30.63%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#AF6638 (or 0xAF6638) is known color: Bourbon. HEX triplet: AF, 66 and 38. RGB value is (175,102,56). Sum of RGB (Red+Green+Blue) = 175+102+56=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 56 (22.27% from 255 or 16.82% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6638 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6638 is #5099C7. Grayscale: #767676. Windows color (decimal): -5282248 or 3696303. OLE color: 3696303.

HSL color Cylindrical-coordinate representation of color #AF6638: hue angle of 23.19º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF6638 is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 102 56 -
CMYK 0 0.42 0.68 0.31
HSL 23.19º 0.52% 0.45% -
HSV(B) 23.19º 0.68% 0.69% -
XYZ 23.14 18.9 6.17 -
YUV 118.58 92.68 168.24 -
System Red Green Blue C M Y K H S L
Decimal 175 102 56 0 0.42 0.68 0.31 23.19 0.52 0.45
Hex AF 66 38 0 2A 44 1F 17 34 2D
Octal 257 146 70 0 52 104 37 27 64 55
Binary 10101111 1100110 111000 0 101010 1000100 11111 10111 110100 101101

Color Harmonies of #AF6638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6638

Black with #AF6638

Text Example


Text Example

White with #AF6638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6638; }

 p { color: rgb(175,102,56); }

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

background-color css

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

 a { background-color: rgb(175,102,56); }

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

border-color css

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

 span { border-color: rgb(175,102,56); }

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