Html Css Color HEX #A28F3A Reef Gold

📋 copy color: '#A28F3A'

red 162 ◦ green 143 ◦ blue 58

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

Shades of Reef Gold #A28F3A

Tints of Reef Gold #A28F3A

RGB

 RED value IS 162 (63.67% from 255) = 44.63%

 GREEN value IS 143 (56.25% from 255) = 39.39%

 BLUE value IS 58 (23.05% from 255) = 15.98%

R = 44.63%
G = 39.39%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A28F3A (or 0xA28F3A) is known color: Reef Gold. HEX triplet: A2, 8F and 3A. RGB value is (162,143,58). Sum of RGB (Red+Green+Blue) = 162+143+58=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 143 (56.25% from 255 or 39.39% from 363); Blue value is 58 (23.05% from 255 or 15.98% from 363); Max value from RGB is 162 - color contains mainly: red. Hex color #A28F3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28F3A is #5D70C5. Grayscale: #8B8B8B. Windows color (decimal): -6123718 or 3837858. OLE color: 3837858.

HSL color Cylindrical-coordinate representation of color #A28F3A: hue angle of 49.04º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A28F3A is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 143 58 -
CMYK 0 0.12 0.64 0.36
HSL 49.04º 0.47% 0.43% -
HSV(B) 49.04º 0.64% 0.64% -
XYZ 25.49 27.63 7.99 -
YUV 138.99 82.29 144.41 -
System Red Green Blue C M Y K H S L
Decimal 162 143 58 0 0.12 0.64 0.36 49.04 0.47 0.43
Hex A2 8F 3A 0 C 40 24 31 2F 2B
Octal 242 217 72 0 14 100 44 61 57 53
Binary 10100010 10001111 111010 0 1100 1000000 100100 110001 101111 101011

Color Harmonies of #A28F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28F3A

Black with #A28F3A

Text Example


Text Example

White with #A28F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28F3A; }

 p { color: rgb(162,143,58); }

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

background-color css

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

 a { background-color: rgb(162,143,58); }

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

border-color css

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

 span { border-color: rgb(162,143,58); }

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