Html Css Color HEX #AF774A Bourbon

📋 copy color: '#AF774A'

red 175 ◦ green 119 ◦ blue 74

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

Shades of Bourbon #AF774A

Tints of Bourbon #AF774A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.11%

R = 47.55%
G = 32.34%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF774A (or 0xAF774A) is known color: Bourbon. HEX triplet: AF, 77 and 4A. RGB value is (175,119,74). Sum of RGB (Red+Green+Blue) = 175+119+74=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 74 (29.30% from 255 or 20.11% from 368); Max value from RGB is 175 - color contains mainly: red. Hex color #AF774A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF774A is #5088B5. Grayscale: #828282. Windows color (decimal): -5277878 or 4880303. OLE color: 4880303.

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

Color convert

RGB 175 119 74 -
CMYK 0 0.32 0.58 0.31
HSL 26.73º 0.41% 0.49% -
HSV(B) 26.73º 0.58% 0.69% -
XYZ 25.51 22.8 9.54 -
YUV 130.61 96.05 159.66 -
System Red Green Blue C M Y K H S L
Decimal 175 119 74 0 0.32 0.58 0.31 26.73 0.41 0.49
Hex AF 77 4A 0 20 3A 1F 1B 29 31
Octal 257 167 112 0 40 72 37 33 51 61
Binary 10101111 1110111 1001010 0 100000 111010 11111 11011 101001 110001

Color Harmonies of #AF774A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF774A

Black with #AF774A

Text Example


Text Example

White with #AF774A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF774A; }

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

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

background-color css

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

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

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

border-color css

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

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

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