Html Css Color HEX #AF7B6E Brandy Rose

📋 copy color: '#AF7B6E'

red 175 ◦ green 123 ◦ blue 110

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

Shades of Brandy Rose #AF7B6E

Tints of Brandy Rose #AF7B6E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.15%

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

R = 42.89%
G = 30.15%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF7B6E (or 0xAF7B6E) is known color: Brandy Rose. HEX triplet: AF, 7B and 6E. RGB value is (175,123,110). Sum of RGB (Red+Green+Blue) = 175+123+110=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 123 (48.44% from 255 or 30.15% from 408); Blue value is 110 (43.36% from 255 or 26.96% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7B6E is #508491. Grayscale: #898989. Windows color (decimal): -5276818 or 7240623. OLE color: 7240623.

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

Color convert

RGB 175 123 110 -
CMYK 0 0.30 0.37 0.31
HSL 12º 0.29% 0.56% -
HSV(B) 12º 0.37% 0.69% -
XYZ 27.58 24.41 18.01 -
YUV 137.07 112.73 155.06 -
System Red Green Blue C M Y K H S L
Decimal 175 123 110 0 0.30 0.37 0.31 12 0.29 0.56
Hex AF 7B 6E 0 1E 25 1F C 1D 38
Octal 257 173 156 0 36 45 37 14 35 70
Binary 10101111 1111011 1101110 0 11110 100101 11111 1100 11101 111000

Color Harmonies of #AF7B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7B6E

Black with #AF7B6E

Text Example


Text Example

White with #AF7B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7B6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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