Html Css Color HEX #AF6736 Bourbon

📋 copy color: '#AF6736'

red 175 ◦ green 103 ◦ blue 54

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

Shades of Bourbon #AF6736

Tints of Bourbon #AF6736

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.02%

 BLUE value IS 54 (21.48% from 255) = 16.27%

R = 52.71%
G = 31.02%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF6736 (or 0xAF6736) is known color: Bourbon. HEX triplet: AF, 67 and 36. RGB value is (175,103,54). Sum of RGB (Red+Green+Blue) = 175+103+54=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 54 (21.48% from 255 or 16.27% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6736 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6736 is #5098C9. Grayscale: #777777. Windows color (decimal): -5281994 or 3565487. OLE color: 3565487.

HSL color Cylindrical-coordinate representation of color #AF6736: hue angle of 24.3º degrees, saturation: 0.53, 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 #AF6736 is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 103 54 -
CMYK 0 0.41 0.69 0.31
HSL 24.3º 0.53% 0.45% -
HSV(B) 24.3º 0.69% 0.69% -
XYZ 23.2 19.08 5.95 -
YUV 118.94 91.35 167.98 -
System Red Green Blue C M Y K H S L
Decimal 175 103 54 0 0.41 0.69 0.31 24.3 0.53 0.45
Hex AF 67 36 0 29 45 1F 18 35 2D
Octal 257 147 66 0 51 105 37 30 65 55
Binary 10101111 1100111 110110 0 101001 1000101 11111 11000 110101 101101

Color Harmonies of #AF6736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6736

Black with #AF6736

Text Example


Text Example

White with #AF6736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6736; }

 p { color: rgb(175,103,54); }

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

background-color css

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

 a { background-color: rgb(175,103,54); }

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

border-color css

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

 span { border-color: rgb(175,103,54); }

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