Html Css Color HEX #AF8175 Brandy Rose

📋 copy color: '#AF8175'

red 175 ◦ green 129 ◦ blue 117

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

Shades of Brandy Rose #AF8175

Tints of Brandy Rose #AF8175

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.64%

 BLUE value IS 117 (46.09% from 255) = 27.79%

R = 41.57%
G = 30.64%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF8175 (or 0xAF8175) is known color: Brandy Rose. HEX triplet: AF, 81 and 75. RGB value is (175,129,117). Sum of RGB (Red+Green+Blue) = 175+129+117=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 129 (50.78% from 255 or 30.64% from 421); Blue value is 117 (46.09% from 255 or 27.79% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8175 is #507E8A. Grayscale: #8D8D8D. Windows color (decimal): -5275275 or 7700911. OLE color: 7700911.

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

Color convert

RGB 175 129 117 -
CMYK 0 0.26 0.33 0.31
HSL 12.41º 0.27% 0.57% -
HSV(B) 12.41º 0.33% 0.69% -
XYZ 28.74 26.1 20.35 -
YUV 141.39 114.24 151.98 -
System Red Green Blue C M Y K H S L
Decimal 175 129 117 0 0.26 0.33 0.31 12.41 0.27 0.57
Hex AF 81 75 0 1A 21 1F C 1B 39
Octal 257 201 165 0 32 41 37 14 33 71
Binary 10101111 10000001 1110101 0 11010 100001 11111 1100 11011 111001

Color Harmonies of #AF8175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8175

Black with #AF8175

Text Example


Text Example

White with #AF8175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8175; }

 p { color: rgb(175,129,117); }

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

background-color css

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

 a { background-color: rgb(175,129,117); }

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

border-color css

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

 span { border-color: rgb(175,129,117); }

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