Html Css Color HEX #AF827E Brandy Rose

📋 copy color: '#AF827E'

red 175 ◦ green 130 ◦ blue 126

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

Shades of Brandy Rose #AF827E

Tints of Brandy Rose #AF827E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.23%

R = 40.6%
G = 30.16%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#AF827E (or 0xAF827E) is known color: Brandy Rose. HEX triplet: AF, 82 and 7E. RGB value is (175,130,126). Sum of RGB (Red+Green+Blue) = 175+130+126=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AF827E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF827E is #507D81. Grayscale: #8F8F8F. Windows color (decimal): -5275010 or 8290991. OLE color: 8290991.

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

Color convert

RGB 175 130 126 -
CMYK 0 0.26 0.28 0.31
HSL 4.9º 0.23% 0.59% -
HSV(B) 4.9º 0.28% 0.69% -
XYZ 29.43 26.59 23.32 -
YUV 143 118.41 150.83 -
System Red Green Blue C M Y K H S L
Decimal 175 130 126 0 0.26 0.28 0.31 4.9 0.23 0.59
Hex AF 82 7E 0 1A 1C 1F 5 17 3B
Octal 257 202 176 0 32 34 37 5 27 73
Binary 10101111 10000010 1111110 0 11010 11100 11111 101 10111 111011

Color Harmonies of #AF827E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF827E

Black with #AF827E

Text Example


Text Example

White with #AF827E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF827E; }

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

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

background-color css

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

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

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

border-color css

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

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

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