Html Css Color HEX #AF754C Bourbon

📋 copy color: '#AF754C'

red 175 ◦ green 117 ◦ blue 76

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

Shades of Bourbon #AF754C

Tints of Bourbon #AF754C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.79%

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

R = 47.55%
G = 31.79%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF754C (or 0xAF754C) is known color: Bourbon. HEX triplet: AF, 75 and 4C. RGB value is (175,117,76). Sum of RGB (Red+Green+Blue) = 175+117+76=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 117 (46.09% from 255 or 31.79% from 368); Blue value is 76 (30.08% from 255 or 20.65% from 368); Max value from RGB is 175 - color contains mainly: red. Hex color #AF754C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF754C is #508AB3. Grayscale: #818181. Windows color (decimal): -5278388 or 5010863. OLE color: 5010863.

HSL color Cylindrical-coordinate representation of color #AF754C: hue angle of 24.85º 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 #AF754C is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 117 76 -
CMYK 0 0.33 0.57 0.31
HSL 24.85º 0.39% 0.49% -
HSV(B) 24.85º 0.57% 0.69% -
XYZ 25.35 22.36 9.82 -
YUV 129.67 97.72 160.33 -
System Red Green Blue C M Y K H S L
Decimal 175 117 76 0 0.33 0.57 0.31 24.85 0.39 0.49
Hex AF 75 4C 0 21 39 1F 19 27 31
Octal 257 165 114 0 41 71 37 31 47 61
Binary 10101111 1110101 1001100 0 100001 111001 11111 11001 100111 110001

Color Harmonies of #AF754C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF754C

Black with #AF754C

Text Example


Text Example

White with #AF754C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF754C; }

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

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

background-color css

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

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

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

border-color css

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

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

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