Html Css Color HEX #AF836F Brandy Rose

📋 copy color: '#AF836F'

red 175 ◦ green 131 ◦ blue 111

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

Shades of Brandy Rose #AF836F

Tints of Brandy Rose #AF836F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.41%

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

R = 41.97%
G = 31.41%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF836F (or 0xAF836F) is known color: Brandy Rose. HEX triplet: AF, 83 and 6F. RGB value is (175,131,111). Sum of RGB (Red+Green+Blue) = 175+131+111=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 131 (51.56% from 255 or 31.41% from 417); Blue value is 111 (43.75% from 255 or 26.62% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AF836F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF836F is #507C90. Grayscale: #8E8E8E. Windows color (decimal): -5274769 or 7308207. OLE color: 7308207.

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

Color convert

RGB 175 131 111 -
CMYK 0 0.25 0.37 0.31
HSL 18.75º 0.29% 0.56% -
HSV(B) 18.75º 0.37% 0.69% -
XYZ 28.66 26.49 18.64 -
YUV 141.88 110.58 151.63 -
System Red Green Blue C M Y K H S L
Decimal 175 131 111 0 0.25 0.37 0.31 18.75 0.29 0.56
Hex AF 83 6F 0 19 25 1F 13 1D 38
Octal 257 203 157 0 31 45 37 23 35 70
Binary 10101111 10000011 1101111 0 11001 100101 11111 10011 11101 111000

Color Harmonies of #AF836F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF836F

Black with #AF836F

Text Example


Text Example

White with #AF836F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF836F; }

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

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

background-color css

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

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

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

border-color css

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

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

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