Html Css Color HEX #AF6A45 Bourbon

📋 copy color: '#AF6A45'

red 175 ◦ green 106 ◦ blue 69

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

Shades of Bourbon #AF6A45

Tints of Bourbon #AF6A45

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.29%

 BLUE value IS 69 (27.34% from 255) = 19.71%

R = 50%
G = 30.29%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF6A45 (or 0xAF6A45) is known color: Bourbon. HEX triplet: AF, 6A and 45. RGB value is (175,106,69). Sum of RGB (Red+Green+Blue) = 175+106+69=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 106 (41.80% from 255 or 30.29% from 350); Blue value is 69 (27.34% from 255 or 19.71% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6A45 is #5095BA. Grayscale: #7A7A7A. Windows color (decimal): -5281211 or 4549295. OLE color: 4549295.

HSL color Cylindrical-coordinate representation of color #AF6A45: hue angle of 20.94º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF6A45 is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 106 69 -
CMYK 0 0.39 0.61 0.31
HSL 20.94º 0.43% 0.48% -
HSV(B) 20.94º 0.61% 0.69% -
XYZ 23.91 19.85 8.2 -
YUV 122.41 97.86 165.51 -
System Red Green Blue C M Y K H S L
Decimal 175 106 69 0 0.39 0.61 0.31 20.94 0.43 0.48
Hex AF 6A 45 0 27 3D 1F 15 2B 30
Octal 257 152 105 0 47 75 37 25 53 60
Binary 10101111 1101010 1000101 0 100111 111101 11111 10101 101011 110000

Color Harmonies of #AF6A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6A45

Black with #AF6A45

Text Example


Text Example

White with #AF6A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6A45; }

 p { color: rgb(175,106,69); }

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

background-color css

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

 a { background-color: rgb(175,106,69); }

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

border-color css

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

 span { border-color: rgb(175,106,69); }

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