Html Css Color HEX #A9993C Reef Gold

📋 copy color: '#A9993C'

red 169 ◦ green 153 ◦ blue 60

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

Shades of Reef Gold #A9993C

Tints of Reef Gold #A9993C

RGB

 RED value IS 169 (66.41% from 255) = 44.24%

 GREEN value IS 153 (60.16% from 255) = 40.05%

 BLUE value IS 60 (23.83% from 255) = 15.71%

R = 44.24%
G = 40.05%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#A9993C (or 0xA9993C) is known color: Reef Gold. HEX triplet: A9, 99 and 3C. RGB value is (169,153,60). Sum of RGB (Red+Green+Blue) = 169+153+60=382 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.24% from 382); Green value is 153 (60.16% from 255 or 40.05% from 382); Blue value is 60 (23.83% from 255 or 15.71% from 382); Max value from RGB is 169 - color contains mainly: red. Hex color #A9993C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9993C is #5666C3. Grayscale: #939393. Windows color (decimal): -5662404 or 3971497. OLE color: 3971497.

HSL color Cylindrical-coordinate representation of color #A9993C: hue angle of 51.19º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A9993C is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 153 60 -
CMYK 0 0.09 0.64 0.34
HSL 51.19º 0.48% 0.45% -
HSV(B) 51.19º 0.64% 0.66% -
XYZ 28.57 31.54 8.86 -
YUV 147.18 78.8 143.56 -
System Red Green Blue C M Y K H S L
Decimal 169 153 60 0 0.09 0.64 0.34 51.19 0.48 0.45
Hex A9 99 3C 0 9 40 22 33 30 2D
Octal 251 231 74 0 11 100 42 63 60 55
Binary 10101001 10011001 111100 0 1001 1000000 100010 110011 110000 101101

Color Harmonies of #A9993C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9993C

Black with #A9993C

Text Example


Text Example

White with #A9993C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9993C; }

 p { color: rgb(169,153,60); }

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

background-color css

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

 a { background-color: rgb(169,153,60); }

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

border-color css

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

 span { border-color: rgb(169,153,60); }

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