Html Css Color HEX #AF823E Alpine

📋 copy color: '#AF823E'

red 175 ◦ green 130 ◦ blue 62

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

Shades of Alpine #AF823E

Tints of Alpine #AF823E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.89%

R = 47.68%
G = 35.42%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF823E (or 0xAF823E) is known color: Alpine. HEX triplet: AF, 82 and 3E. RGB value is (175,130,62). Sum of RGB (Red+Green+Blue) = 175+130+62=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 62 (24.61% from 255 or 16.89% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF823E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF823E is #507DC1. Grayscale: #888888. Windows color (decimal): -5275074 or 4096687. OLE color: 4096687.

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

Color convert

RGB 175 130 62 -
CMYK 0 0.26 0.65 0.31
HSL 36.11º 0.48% 0.46% -
HSV(B) 36.11º 0.65% 0.69% -
XYZ 26.53 25.43 8.07 -
YUV 135.7 86.41 156.03 -
System Red Green Blue C M Y K H S L
Decimal 175 130 62 0 0.26 0.65 0.31 36.11 0.48 0.46
Hex AF 82 3E 0 1A 41 1F 24 30 2E
Octal 257 202 76 0 32 101 37 44 60 56
Binary 10101111 10000010 111110 0 11010 1000001 11111 100100 110000 101110

Color Harmonies of #AF823E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF823E

Black with #AF823E

Text Example


Text Example

White with #AF823E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF823E; }

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

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

background-color css

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

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

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

border-color css

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

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

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