Html Css Color HEX #AF807D Brandy Rose

📋 copy color: '#AF807D'

red 175 ◦ green 128 ◦ blue 125

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

Shades of Brandy Rose #AF807D

Tints of Brandy Rose #AF807D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.91%

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

R = 40.89%
G = 29.91%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF807D (or 0xAF807D) is known color: Brandy Rose. HEX triplet: AF, 80 and 7D. RGB value is (175,128,125). Sum of RGB (Red+Green+Blue) = 175+128+125=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 175 - color contains mainly: red. Hex color #AF807D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF807D is #507F82. Grayscale: #8D8D8D. Windows color (decimal): -5275523 or 8224943. OLE color: 8224943.

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

Color convert

RGB 175 128 125 -
CMYK 0 0.27 0.29 0.31
HSL 3.6º 0.24% 0.59% -
HSV(B) 3.6º 0.29% 0.69% -
XYZ 29.1 26.03 22.89 -
YUV 141.71 118.57 151.74 -
System Red Green Blue C M Y K H S L
Decimal 175 128 125 0 0.27 0.29 0.31 3.6 0.24 0.59
Hex AF 80 7D 0 1B 1D 1F 4 18 3B
Octal 257 200 175 0 33 35 37 4 30 73
Binary 10101111 10000000 1111101 0 11011 11101 11111 100 11000 111011

Color Harmonies of #AF807D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF807D

Black with #AF807D

Text Example


Text Example

White with #AF807D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF807D; }

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

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

background-color css

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

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

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

border-color css

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

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

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