Html Css Color HEX #AF6537 Bourbon

📋 copy color: '#AF6537'

red 175 ◦ green 101 ◦ blue 55

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

Shades of Bourbon #AF6537

Tints of Bourbon #AF6537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 16.62%

R = 52.87%
G = 30.51%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF6537 (or 0xAF6537) is known color: Bourbon. HEX triplet: AF, 65 and 37. RGB value is (175,101,55). Sum of RGB (Red+Green+Blue) = 175+101+55=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 55 (21.88% from 255 or 16.62% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6537 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6537 is #509AC8. Grayscale: #767676. Windows color (decimal): -5282505 or 3630511. OLE color: 3630511.

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

Color convert

RGB 175 101 55 -
CMYK 0 0.42 0.69 0.31
HSL 23º 0.52% 0.45% -
HSV(B) 23º 0.69% 0.69% -
XYZ 23.02 18.7 6.01 -
YUV 117.88 92.52 168.74 -
System Red Green Blue C M Y K H S L
Decimal 175 101 55 0 0.42 0.69 0.31 23 0.52 0.45
Hex AF 65 37 0 2A 45 1F 17 34 2D
Octal 257 145 67 0 52 105 37 27 64 55
Binary 10101111 1100101 110111 0 101010 1000101 11111 10111 110100 101101

Color Harmonies of #AF6537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6537

Black with #AF6537

Text Example


Text Example

White with #AF6537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6537; }

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

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

background-color css

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

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

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

border-color css

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

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

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