Html Css Color HEX #AF823F Alpine

📋 copy color: '#AF823F'

red 175 ◦ green 130 ◦ blue 63

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

Shades of Alpine #AF823F

Tints of Alpine #AF823F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.33%

 BLUE value IS 63 (25% from 255) = 17.12%

R = 47.55%
G = 35.33%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF823F (or 0xAF823F) is known color: Alpine. HEX triplet: AF, 82 and 3F. RGB value is (175,130,63). Sum of RGB (Red+Green+Blue) = 175+130+63=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 63 (25% from 255 or 17.12% from 368); Max value from RGB is 175 - color contains mainly: red. Hex color #AF823F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF823F is #507DC0. Grayscale: #888888. Windows color (decimal): -5275073 or 4162223. OLE color: 4162223.

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

Color convert

RGB 175 130 63 -
CMYK 0 0.26 0.64 0.31
HSL 35.89º 0.47% 0.47% -
HSV(B) 35.89º 0.64% 0.69% -
XYZ 26.56 25.44 8.21 -
YUV 135.82 86.91 155.95 -
System Red Green Blue C M Y K H S L
Decimal 175 130 63 0 0.26 0.64 0.31 35.89 0.47 0.47
Hex AF 82 3F 0 1A 40 1F 24 2F 2F
Octal 257 202 77 0 32 100 37 44 57 57
Binary 10101111 10000010 111111 0 11010 1000000 11111 100100 101111 101111

Color Harmonies of #AF823F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF823F

Black with #AF823F

Text Example


Text Example

White with #AF823F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF823F; }

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

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

background-color css

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

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

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

border-color css

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

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

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