Html Css Color HEX #AF823B Alpine

📋 copy color: '#AF823B'

red 175 ◦ green 130 ◦ blue 59

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

Shades of Alpine #AF823B

Tints of Alpine #AF823B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.21%

R = 48.08%
G = 35.71%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF823B (or 0xAF823B) is known color: Alpine. HEX triplet: AF, 82 and 3B. RGB value is (175,130,59). Sum of RGB (Red+Green+Blue) = 175+130+59=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 59 (23.44% from 255 or 16.21% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF823B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF823B is #507DC4. Grayscale: #878787. Windows color (decimal): -5275077 or 3900079. OLE color: 3900079.

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

Color convert

RGB 175 130 59 -
CMYK 0 0.26 0.66 0.31
HSL 36.72º 0.5% 0.46% -
HSV(B) 36.72º 0.66% 0.69% -
XYZ 26.45 25.39 7.65 -
YUV 135.36 84.91 156.27 -
System Red Green Blue C M Y K H S L
Decimal 175 130 59 0 0.26 0.66 0.31 36.72 0.5 0.46
Hex AF 82 3B 0 1A 42 1F 25 32 2E
Octal 257 202 73 0 32 102 37 45 62 56
Binary 10101111 10000010 111011 0 11010 1000010 11111 100101 110010 101110

Color Harmonies of #AF823B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF823B

Black with #AF823B

Text Example


Text Example

White with #AF823B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF823B; }

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

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

background-color css

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

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

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

border-color css

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

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

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