Html Css Color HEX #AF827C Brandy Rose

📋 copy color: '#AF827C'

red 175 ◦ green 130 ◦ blue 124

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

Shades of Brandy Rose #AF827C

Tints of Brandy Rose #AF827C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.9%

R = 40.79%
G = 30.3%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF827C (or 0xAF827C) is known color: Brandy Rose. HEX triplet: AF, 82 and 7C. RGB value is (175,130,124). Sum of RGB (Red+Green+Blue) = 175+130+124=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AF827C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF827C is #507D83. Grayscale: #8E8E8E. Windows color (decimal): -5275012 or 8159919. OLE color: 8159919.

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

Color convert

RGB 175 130 124 -
CMYK 0 0.26 0.29 0.31
HSL 7.06º 0.24% 0.59% -
HSV(B) 7.06º 0.29% 0.69% -
XYZ 29.3 26.53 22.65 -
YUV 142.77 117.41 150.99 -
System Red Green Blue C M Y K H S L
Decimal 175 130 124 0 0.26 0.29 0.31 7.06 0.24 0.59
Hex AF 82 7C 0 1A 1D 1F 7 18 3B
Octal 257 202 174 0 32 35 37 7 30 73
Binary 10101111 10000010 1111100 0 11010 11101 11111 111 11000 111011

Color Harmonies of #AF827C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF827C

Black with #AF827C

Text Example


Text Example

White with #AF827C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF827C; }

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

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

background-color css

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

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

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

border-color css

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

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

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