Html Css Color HEX #AF6538 Bourbon

📋 copy color: '#AF6538'

red 175 ◦ green 101 ◦ blue 56

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

Shades of Bourbon #AF6538

Tints of Bourbon #AF6538

RGB

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

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

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

R = 52.71%
G = 30.42%
B = 16.87%

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

#AF6538 (or 0xAF6538) is known color: Bourbon. HEX triplet: AF, 65 and 38. RGB value is (175,101,56). Sum of RGB (Red+Green+Blue) = 175+101+56=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 56 (22.27% from 255 or 16.87% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6538 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6538 is #509AC7. Grayscale: #767676. Windows color (decimal): -5282504 or 3696047. OLE color: 3696047.

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

Color convert

RGB 175 101 56 -
CMYK 0 0.42 0.68 0.31
HSL 22.69º 0.52% 0.45% -
HSV(B) 22.69º 0.68% 0.69% -
XYZ 23.05 18.71 6.14 -
YUV 118 93.02 168.66 -
System Red Green Blue C M Y K H S L
Decimal 175 101 56 0 0.42 0.68 0.31 22.69 0.52 0.45
Hex AF 65 38 0 2A 44 1F 17 34 2D
Octal 257 145 70 0 52 104 37 27 64 55
Binary 10101111 1100101 111000 0 101010 1000100 11111 10111 110100 101101

Color Harmonies of #AF6538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6538

Black with #AF6538

Text Example


Text Example

White with #AF6538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6538; }

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

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

background-color css

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

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

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

border-color css

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

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

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