Html Css Color HEX #AF817D Brandy Rose

📋 copy color: '#AF817D'

red 175 ◦ green 129 ◦ blue 125

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

Shades of Brandy Rose #AF817D

Tints of Brandy Rose #AF817D

RGB

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

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

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

R = 40.79%
G = 30.07%
B = 29.14%

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

#AF817D (or 0xAF817D) is known color: Brandy Rose. HEX triplet: AF, 81 and 7D. RGB value is (175,129,125). Sum of RGB (Red+Green+Blue) = 175+129+125=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AF817D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF817D is #507E82. Grayscale: #8E8E8E. Windows color (decimal): -5275267 or 8225199. OLE color: 8225199.

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

Color convert

RGB 175 129 125 -
CMYK 0 0.26 0.29 0.31
HSL 4.8º 0.24% 0.59% -
HSV(B) 4.8º 0.29% 0.69% -
XYZ 29.23 26.3 22.94 -
YUV 142.3 118.24 151.33 -
System Red Green Blue C M Y K H S L
Decimal 175 129 125 0 0.26 0.29 0.31 4.8 0.24 0.59
Hex AF 81 7D 0 1A 1D 1F 5 18 3B
Octal 257 201 175 0 32 35 37 5 30 73
Binary 10101111 10000001 1111101 0 11010 11101 11111 101 11000 111011

Color Harmonies of #AF817D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF817D

Black with #AF817D

Text Example


Text Example

White with #AF817D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF817D; }

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

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

background-color css

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

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

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

border-color css

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

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

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