Html Css Color HEX #AF7D6E Brandy Rose

📋 copy color: '#AF7D6E'

red 175 ◦ green 125 ◦ blue 110

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

Shades of Brandy Rose #AF7D6E

Tints of Brandy Rose #AF7D6E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.49%

 BLUE value IS 110 (43.36% from 255) = 26.83%

R = 42.68%
G = 30.49%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF7D6E (or 0xAF7D6E) is known color: Brandy Rose. HEX triplet: AF, 7D and 6E. RGB value is (175,125,110). Sum of RGB (Red+Green+Blue) = 175+125+110=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 125 (49.22% from 255 or 30.49% from 410); Blue value is 110 (43.36% from 255 or 26.83% from 410); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7D6E is #508291. Grayscale: #8A8A8A. Windows color (decimal): -5276306 or 7241135. OLE color: 7241135.

HSL color Cylindrical-coordinate representation of color #AF7D6E: hue angle of 13.85º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF7D6E is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 125 110 -
CMYK 0 0.29 0.37 0.31
HSL 13.85º 0.29% 0.56% -
HSV(B) 13.85º 0.37% 0.69% -
XYZ 27.83 24.91 18.09 -
YUV 138.24 112.07 154.22 -
System Red Green Blue C M Y K H S L
Decimal 175 125 110 0 0.29 0.37 0.31 13.85 0.29 0.56
Hex AF 7D 6E 0 1D 25 1F E 1D 38
Octal 257 175 156 0 35 45 37 16 35 70
Binary 10101111 1111101 1101110 0 11101 100101 11111 1110 11101 111000

Color Harmonies of #AF7D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7D6E

Black with #AF7D6E

Text Example


Text Example

White with #AF7D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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