Html Css Color HEX #AF784B Bourbon

📋 copy color: '#AF784B'

red 175 ◦ green 120 ◦ blue 75

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

Shades of Bourbon #AF784B

Tints of Bourbon #AF784B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.43%

 BLUE value IS 75 (29.69% from 255) = 20.27%

R = 47.3%
G = 32.43%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF784B (or 0xAF784B) is known color: Bourbon. HEX triplet: AF, 78 and 4B. RGB value is (175,120,75). Sum of RGB (Red+Green+Blue) = 175+120+75=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 120 (47.27% from 255 or 32.43% from 370); Blue value is 75 (29.69% from 255 or 20.27% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF784B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF784B is #5087B4. Grayscale: #838383. Windows color (decimal): -5277621 or 4946095. OLE color: 4946095.

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

Color convert

RGB 175 120 75 -
CMYK 0 0.31 0.57 0.31
HSL 27º 0.4% 0.49% -
HSV(B) 27º 0.57% 0.69% -
XYZ 25.67 23.05 9.75 -
YUV 131.32 96.22 159.16 -
System Red Green Blue C M Y K H S L
Decimal 175 120 75 0 0.31 0.57 0.31 27 0.4 0.49
Hex AF 78 4B 0 1F 39 1F 1B 28 31
Octal 257 170 113 0 37 71 37 33 50 61
Binary 10101111 1111000 1001011 0 11111 111001 11111 11011 101000 110001

Color Harmonies of #AF784B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF784B

Black with #AF784B

Text Example


Text Example

White with #AF784B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF784B; }

 p { color: rgb(175,120,75); }

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

background-color css

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

 a { background-color: rgb(175,120,75); }

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

border-color css

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

 span { border-color: rgb(175,120,75); }

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