#af7b3f

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

Shades of Brandy Punch #AF7B3F

Tints of Brandy Punch #AF7B3F

Color information

#AF7B3F (or 0xAF7B3F) is unknown color: approx Brandy Punch. HEX triplet: AF, 7B and 3F. RGB value is (175,123,63). Sum of RGB (Red+Green+Blue) = 175+123+63=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 63 (25% from 255 or 17.45% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7B3F is #5084C0. Grayscale: #848484. Windows color (decimal): -5276865 or 4160431. OLE color: 4160431.

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

Color convert

RGB17512363-
CMYK00.300.640.31
HSL32.14º47.06%46.67%-
HSV(B)32.14º64%68.63%-
XYZ25.6623.647.91-
YUV131.7189.23158.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.48%
GREEN value IS 123 (48.44% from 255) = 34.07%
BLUE value IS 63 (25% from 255) = 17.45%
R=48.48%
G=34.07%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751236300.300.640.3132.1447.0646.67
HexAF7B3F01E401F202f2f
Octal2571737703610037405757
Binary101011111111011111111011110100000011111100000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af7b3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af7b3f; }

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

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

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

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

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

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

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

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