Html Css Color HEX #AF7B41 Brandy Punch

📋 copy color: '#AF7B41'

red 175 ◦ green 123 ◦ blue 65

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

Shades of Brandy Punch #AF7B41

Tints of Brandy Punch #AF7B41

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.88%

 BLUE value IS 65 (25.78% from 255) = 17.91%

R = 48.21%
G = 33.88%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF7B41 (or 0xAF7B41) is known color: Brandy Punch. HEX triplet: AF, 7B and 41. RGB value is (175,123,65). Sum of RGB (Red+Green+Blue) = 175+123+65=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 65 (25.78% from 255 or 17.91% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7B41 is #5084BE. Grayscale: #848484. Windows color (decimal): -5276863 or 4291503. OLE color: 4291503.

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

Color convert

RGB 175 123 65 -
CMYK 0 0.30 0.63 0.31
HSL 31.64º 0.46% 0.47% -
HSV(B) 31.64º 0.63% 0.69% -
XYZ 25.72 23.66 8.21 -
YUV 131.94 90.23 158.72 -
System Red Green Blue C M Y K H S L
Decimal 175 123 65 0 0.30 0.63 0.31 31.64 0.46 0.47
Hex AF 7B 41 0 1E 3F 1F 20 2E 2F
Octal 257 173 101 0 36 77 37 40 56 57
Binary 10101111 1111011 1000001 0 11110 111111 11111 100000 101110 101111

Color Harmonies of #AF7B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7B41

Black with #AF7B41

Text Example


Text Example

White with #AF7B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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