Html Css Color HEX #AF827D Brandy Rose

📋 copy color: '#AF827D'

red 175 ◦ green 130 ◦ blue 125

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

Shades of Brandy Rose #AF827D

Tints of Brandy Rose #AF827D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.07%

R = 40.7%
G = 30.23%
B = 29.07%

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

#AF827D (or 0xAF827D) is known color: Brandy Rose. HEX triplet: AF, 82 and 7D. RGB value is (175,130,125). Sum of RGB (Red+Green+Blue) = 175+130+125=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AF827D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF827D is #507D82. Grayscale: #8E8E8E. Windows color (decimal): -5275011 or 8225455. OLE color: 8225455.

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

Color convert

RGB 175 130 125 -
CMYK 0 0.26 0.29 0.31
HSL 0.24% 0.59% -
HSV(B) 0.29% 0.69% -
XYZ 29.36 26.56 22.98 -
YUV 142.89 117.91 150.91 -
System Red Green Blue C M Y K H S L
Decimal 175 130 125 0 0.26 0.29 0.31 6 0.24 0.59
Hex AF 82 7D 0 1A 1D 1F 6 18 3B
Octal 257 202 175 0 32 35 37 6 30 73
Binary 10101111 10000010 1111101 0 11010 11101 11111 110 11000 111011

Color Harmonies of #AF827D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF827D

Black with #AF827D

Text Example


Text Example

White with #AF827D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF827D; }

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

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

background-color css

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

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

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

border-color css

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

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

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