Html Css Color HEX #AF7B6F Brandy Rose

📋 copy color: '#AF7B6F'

red 175 ◦ green 123 ◦ blue 111

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

Shades of Brandy Rose #AF7B6F

Tints of Brandy Rose #AF7B6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.14%

R = 42.79%
G = 30.07%
B = 27.14%

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

#AF7B6F (or 0xAF7B6F) is known color: Brandy Rose. HEX triplet: AF, 7B and 6F. RGB value is (175,123,111). Sum of RGB (Red+Green+Blue) = 175+123+111=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 123 (48.44% from 255 or 30.07% from 409); Blue value is 111 (43.75% from 255 or 27.14% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7B6F is #508490. Grayscale: #898989. Windows color (decimal): -5276817 or 7306159. OLE color: 7306159.

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

Color convert

RGB 175 123 111 -
CMYK 0 0.30 0.37 0.31
HSL 11.25º 0.29% 0.56% -
HSV(B) 11.25º 0.37% 0.69% -
XYZ 27.63 24.43 18.3 -
YUV 137.18 113.23 154.98 -
System Red Green Blue C M Y K H S L
Decimal 175 123 111 0 0.30 0.37 0.31 11.25 0.29 0.56
Hex AF 7B 6F 0 1E 25 1F B 1D 38
Octal 257 173 157 0 36 45 37 13 35 70
Binary 10101111 1111011 1101111 0 11110 100101 11111 1011 11101 111000

Color Harmonies of #AF7B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7B6F

Black with #AF7B6F

Text Example


Text Example

White with #AF7B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7B6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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