Html Css Color HEX #A67D77 Brandy Rose

📋 copy color: '#A67D77'

red 166 ◦ green 125 ◦ blue 119

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

Shades of Brandy Rose #A67D77

Tints of Brandy Rose #A67D77

RGB

 RED value IS 166 (65.23% from 255) = 40.49%

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

 BLUE value IS 119 (46.88% from 255) = 29.02%

R = 40.49%
G = 30.49%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A67D77 (or 0xA67D77) is known color: Brandy Rose. HEX triplet: A6, 7D and 77. RGB value is (166,125,119). Sum of RGB (Red+Green+Blue) = 166+125+119=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 125 (49.22% from 255 or 30.49% from 410); Blue value is 119 (46.88% from 255 or 29.02% from 410); Max value from RGB is 166 - color contains mainly: red. Hex color #A67D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67D77 is #598288. Grayscale: #888888. Windows color (decimal): -5866121 or 7830950. OLE color: 7830950.

HSL color Cylindrical-coordinate representation of color #A67D77: hue angle of 7.66º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A67D77 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 125 119 -
CMYK 0 0.25 0.28 0.35
HSL 7.66º 0.21% 0.56% -
HSV(B) 7.66º 0.28% 0.65% -
XYZ 26.39 24.11 20.71 -
YUV 136.58 118.08 148.99 -
System Red Green Blue C M Y K H S L
Decimal 166 125 119 0 0.25 0.28 0.35 7.66 0.21 0.56
Hex A6 7D 77 0 19 1C 23 8 15 38
Octal 246 175 167 0 31 34 43 10 25 70
Binary 10100110 1111101 1110111 0 11001 11100 100011 1000 10101 111000

Color Harmonies of #A67D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67D77

Black with #A67D77

Text Example


Text Example

White with #A67D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67D77; }

 p { color: rgb(166,125,119); }

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

background-color css

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

 a { background-color: rgb(166,125,119); }

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

border-color css

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

 span { border-color: rgb(166,125,119); }

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