Html Css Color HEX #AF823D Alpine

📋 copy color: '#AF823D'

red 175 ◦ green 130 ◦ blue 61

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

Shades of Alpine #AF823D

Tints of Alpine #AF823D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.67%

R = 47.81%
G = 35.52%
B = 16.67%

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

#AF823D (or 0xAF823D) is known color: Alpine. HEX triplet: AF, 82 and 3D. RGB value is (175,130,61). Sum of RGB (Red+Green+Blue) = 175+130+61=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 61 (24.22% from 255 or 16.67% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF823D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF823D is #507DC2. Grayscale: #878787. Windows color (decimal): -5275075 or 4031151. OLE color: 4031151.

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

Color convert

RGB 175 130 61 -
CMYK 0 0.26 0.65 0.31
HSL 36.32º 0.48% 0.46% -
HSV(B) 36.32º 0.65% 0.69% -
XYZ 26.5 25.42 7.92 -
YUV 135.59 85.91 156.11 -
System Red Green Blue C M Y K H S L
Decimal 175 130 61 0 0.26 0.65 0.31 36.32 0.48 0.46
Hex AF 82 3D 0 1A 41 1F 24 30 2E
Octal 257 202 75 0 32 101 37 44 60 56
Binary 10101111 10000010 111101 0 11010 1000001 11111 100100 110000 101110

Color Harmonies of #AF823D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF823D

Black with #AF823D

Text Example


Text Example

White with #AF823D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF823D; }

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

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

background-color css

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

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

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

border-color css

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

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

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