#AF7B40

Color #AF7B40 Brandy Punch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Punch #AF7B40

Tints of Brandy Punch #AF7B40

Color information

#AF7B40 (or 0xAF7B40) is unknown color: approx Brandy Punch. HEX triplet: AF, 7B and 40. RGB value is (175,123,64). Sum of RGB (Red+Green+Blue) = 175+123+64=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7B40 is #5084BF. Grayscale: #848484. Windows color (decimal): -5276864 or 4225967. OLE color: 4225967.

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

Color convert

RGB17512364-
CMYK00.300.630.31
HSL31.89º46.44%46.86%-
HSV(B)31.89º63.43%68.63%-
XYZ25.6923.658.06-
YUV131.8289.73158.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.34%
GREEN value IS 123 (48.44% from 255) = 33.98%
BLUE value IS 64 (25.39% from 255) = 17.68%
R=48.34%
G=33.98%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751236400.300.630.3131.8946.4446.86
HexAF7B4001E3F1F202e2f
Octal2571731000367737405657
Binary101011111111011100000001111011111111111100000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7B40; }

 p { color: rgb(175,123,64); }

 H1.HeaderClassName
 {
   color: #AF7B40;
 }
 .AnyTagClassName
 {
   color: #AF7B40;
 }
</style>
background-color css

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

 a { background-color: rgb(175,123,64); }

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

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

 span { border-color: rgb(175,123,64); }

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