Html Css Color HEX #A68432 Reef Gold

📋 copy color: '#A68432'

red 166 ◦ green 132 ◦ blue 50

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

Shades of Reef Gold #A68432

Tints of Reef Gold #A68432

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.93%

 BLUE value IS 50 (19.92% from 255) = 14.37%

R = 47.7%
G = 37.93%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A68432 (or 0xA68432) is known color: Reef Gold. HEX triplet: A6, 84 and 32. RGB value is (166,132,50). Sum of RGB (Red+Green+Blue) = 166+132+50=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 50 (19.92% from 255 or 14.37% from 348); Max value from RGB is 166 - color contains mainly: red. Hex color #A68432 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68432 is #597BCD. Grayscale: #858585. Windows color (decimal): -5864398 or 3310758. OLE color: 3310758.

HSL color Cylindrical-coordinate representation of color #A68432: hue angle of 42.41º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A68432 is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 132 50 -
CMYK 0 0.20 0.70 0.35
HSL 42.41º 0.54% 0.42% -
HSV(B) 42.41º 0.7% 0.65% -
XYZ 24.55 24.84 6.52 -
YUV 132.82 81.26 151.67 -
System Red Green Blue C M Y K H S L
Decimal 166 132 50 0 0.20 0.70 0.35 42.41 0.54 0.42
Hex A6 84 32 0 14 46 23 2A 36 2A
Octal 246 204 62 0 24 106 43 52 66 52
Binary 10100110 10000100 110010 0 10100 1000110 100011 101010 110110 101010

Color Harmonies of #A68432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68432

Black with #A68432

Text Example


Text Example

White with #A68432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68432; }

 p { color: rgb(166,132,50); }

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

background-color css

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

 a { background-color: rgb(166,132,50); }

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

border-color css

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

 span { border-color: rgb(166,132,50); }

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