Html Css Color HEX #AF7742 Bourbon

📋 copy color: '#AF7742'

red 175 ◦ green 119 ◦ blue 66

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

Shades of Bourbon #AF7742

Tints of Bourbon #AF7742

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.06%

 BLUE value IS 66 (26.17% from 255) = 18.33%

R = 48.61%
G = 33.06%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF7742 (or 0xAF7742) is known color: Bourbon. HEX triplet: AF, 77 and 42. RGB value is (175,119,66). Sum of RGB (Red+Green+Blue) = 175+119+66=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 66 (26.17% from 255 or 18.33% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7742 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7742 is #5088BD. Grayscale: #818181. Windows color (decimal): -5277886 or 4356015. OLE color: 4356015.

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

Color convert

RGB 175 119 66 -
CMYK 0 0.32 0.62 0.31
HSL 29.17º 0.45% 0.47% -
HSV(B) 29.17º 0.62% 0.69% -
XYZ 25.26 22.7 8.2 -
YUV 129.7 92.05 160.31 -
System Red Green Blue C M Y K H S L
Decimal 175 119 66 0 0.32 0.62 0.31 29.17 0.45 0.47
Hex AF 77 42 0 20 3E 1F 1D 2D 2F
Octal 257 167 102 0 40 76 37 35 55 57
Binary 10101111 1110111 1000010 0 100000 111110 11111 11101 101101 101111

Color Harmonies of #AF7742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7742

Black with #AF7742

Text Example


Text Example

White with #AF7742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7742; }

 p { color: rgb(175,119,66); }

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

background-color css

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

 a { background-color: rgb(175,119,66); }

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

border-color css

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

 span { border-color: rgb(175,119,66); }

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