Html Css Color HEX #AF774C Bourbon

📋 copy color: '#AF774C'

red 175 ◦ green 119 ◦ blue 76

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

Shades of Bourbon #AF774C

Tints of Bourbon #AF774C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.54%

R = 47.3%
G = 32.16%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF774C (or 0xAF774C) is known color: Bourbon. HEX triplet: AF, 77 and 4C. RGB value is (175,119,76). Sum of RGB (Red+Green+Blue) = 175+119+76=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF774C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF774C is #5088B3. Grayscale: #838383. Windows color (decimal): -5277876 or 5011375. OLE color: 5011375.

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

Color convert

RGB 175 119 76 -
CMYK 0 0.32 0.57 0.31
HSL 26.06º 0.39% 0.49% -
HSV(B) 26.06º 0.57% 0.69% -
XYZ 25.58 22.83 9.9 -
YUV 130.84 97.05 159.5 -
System Red Green Blue C M Y K H S L
Decimal 175 119 76 0 0.32 0.57 0.31 26.06 0.39 0.49
Hex AF 77 4C 0 20 39 1F 1A 27 31
Octal 257 167 114 0 40 71 37 32 47 61
Binary 10101111 1110111 1001100 0 100000 111001 11111 11010 100111 110001

Color Harmonies of #AF774C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF774C

Black with #AF774C

Text Example


Text Example

White with #AF774C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF774C; }

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

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

background-color css

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

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

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

border-color css

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

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

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