Html Css Color HEX #AF7F6D Brandy Rose

📋 copy color: '#AF7F6D'

red 175 ◦ green 127 ◦ blue 109

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

Shades of Brandy Rose #AF7F6D

Tints of Brandy Rose #AF7F6D

RGB

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

 GREEN value IS 127 (50% from 255) = 30.9%

 BLUE value IS 109 (42.97% from 255) = 26.52%

R = 42.58%
G = 30.9%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF7F6D (or 0xAF7F6D) is known color: Brandy Rose. HEX triplet: AF, 7F and 6D. RGB value is (175,127,109). Sum of RGB (Red+Green+Blue) = 175+127+109=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 127 (50% from 255 or 30.90% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7F6D is #508092. Grayscale: #8B8B8B. Windows color (decimal): -5275795 or 7176111. OLE color: 7176111.

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

Color convert

RGB 175 127 109 -
CMYK 0 0.27 0.38 0.31
HSL 16.36º 0.29% 0.56% -
HSV(B) 16.36º 0.38% 0.69% -
XYZ 28.03 25.4 17.89 -
YUV 139.3 110.9 153.46 -
System Red Green Blue C M Y K H S L
Decimal 175 127 109 0 0.27 0.38 0.31 16.36 0.29 0.56
Hex AF 7F 6D 0 1B 26 1F 10 1D 38
Octal 257 177 155 0 33 46 37 20 35 70
Binary 10101111 1111111 1101101 0 11011 100110 11111 10000 11101 111000

Color Harmonies of #AF7F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7F6D

Black with #AF7F6D

Text Example


Text Example

White with #AF7F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7F6D; }

 p { color: rgb(175,127,109); }

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

background-color css

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

 a { background-color: rgb(175,127,109); }

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

border-color css

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

 span { border-color: rgb(175,127,109); }

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