Html Css Color HEX #AF7B3F Brandy Punch

📋 copy color: '#AF7B3F'

red 175 ◦ green 123 ◦ blue 63

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

Shades of Brandy Punch #AF7B3F

Tints of Brandy Punch #AF7B3F

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 value IS 0

 M value IS 0.30

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF7B3F (or 0xAF7B3F) is known color: 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

RGB 175 123 63 -
CMYK 0 0.30 0.64 0.31
HSL 32.14º 0.47% 0.47% -
HSV(B) 32.14º 0.64% 0.69% -
XYZ 25.66 23.64 7.91 -
YUV 131.71 89.23 158.88 -
System Red Green Blue C M Y K H S L
Decimal 175 123 63 0 0.30 0.64 0.31 32.14 0.47 0.47
Hex AF 7B 3F 0 1E 40 1F 20 2F 2F
Octal 257 173 77 0 36 100 37 40 57 57
Binary 10101111 1111011 111111 0 11110 1000000 11111 100000 101111 101111

Color Harmonies of #AF7B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7B3F

Black with #AF7B3F

Text Example


Text Example

White with #AF7B3F

Text Example


Text Example

HTML Codes & Css Web 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>